MethodException Class

Definition

Defines the exception thrown for Method related errors.

public ref class MethodException : System::Management::Automation::ExtendedTypeSystemException
[System.Serializable]
public class MethodException : System.Management.Automation.ExtendedTypeSystemException
public class MethodException : System.Management.Automation.ExtendedTypeSystemException
[<System.Serializable>]
type MethodException = class
    inherit ExtendedTypeSystemException
type MethodException = class
    inherit ExtendedTypeSystemException
Public Class MethodException
Inherits ExtendedTypeSystemException
Inheritance
Derived
Attributes

Constructors

Name Description
MethodException()

Initializes a new instance of MethodException with the message set to typeof(MethodException).FullName.

MethodException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of MethodException with serialization parameters.

MethodException(String, Exception)

Initializes a new instance of MethodException setting the message and innerException.

MethodException(String)

Initializes a new instance of MethodException setting the message.

Properties

Name Description
ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to