GetValueInvocationException Class

Definition

Defines the exception thrown for exceptions thrown by property getters.

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

Constructors

GetValueInvocationException()

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

GetValueInvocationException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of GetValueInvocationException with serialization parameters.

GetValueInvocationException(String)

Initializes a new instance of GetValueInvocationException setting the message.

GetValueInvocationException(String, Exception)

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

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to