GetValueInvocationException
Class
Definition
Defines the exception thrown for exceptions thrown by property getters
public class GetValueInvocationException : System.Management.Automation.GetValueException
- Inheritance
-
GetValueInvocationException
Inherited Members
System.Management.Automation.RuntimeException
Constructors
| GetValueInvocationException() |
Initializes a new instance of GetValueInvocationException with the message set to typeof(GetValueInvocationException).FullName |
| GetValueInvocationException(String) |
Initializes a new instance of GetValueInvocationException setting the message |
| GetValueInvocationException(SerializationInfo, StreamingContext) |
Initializes a new instance of GetValueInvocationException with serialization parameters |
| GetValueInvocationException(String, Exception) |
Initializes a new instance of GetValueInvocationException setting the message and innerException |