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