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