GetValueException Class

Definition

Defines the exception thrown for errors getting the value of properties.

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

Constructors

GetValueException()

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

GetValueException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of GetValueException with serialization parameters.

GetValueException(String)

Initializes a new instance of GetValueException setting the message.

GetValueException(String, Exception)

Initializes a new instance of GetValueException 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