GetValueInvocationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
GetValueInvocationException
- 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) |