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