SetValueInvocationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the exception thrown for exceptions thrown by property setters.
public ref class SetValueInvocationException : System::Management::Automation::SetValueException
[System.Serializable]
public class SetValueInvocationException : System.Management.Automation.SetValueException
public class SetValueInvocationException : System.Management.Automation.SetValueException
[<System.Serializable>]
type SetValueInvocationException = class
inherit SetValueException
type SetValueInvocationException = class
inherit SetValueException
Public Class SetValueInvocationException
Inherits SetValueException
- Inheritance
-
SetValueInvocationException
- Attributes
Constructors
SetValueInvocationException() |
Initializes a new instance of SetValueInvocationException with the message set to typeof(SetValueInvocationException).FullName. |
SetValueInvocationException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of SetValueInvocationException with serialization parameters. |
SetValueInvocationException(String, Exception) |
Initializes a new instance of SetValueInvocationException setting the message and innerException. |
SetValueInvocationException(String) |
Initializes a new instance of SetValueInvocationException setting the message. |
Properties
ErrorRecord |
Additional information about the error. (Inherited from RuntimeException) |
WasThrownFromThrowStatement | (Inherited from RuntimeException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializer for ISerializable (Inherited from RuntimeException) |