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