SetValueInvocationException Class

Definition

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
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)

Initializes a new instance of SetValueInvocationException setting the message.

SetValueInvocationException(String, Exception)

Initializes a new instance of SetValueInvocationException setting the message and innerException.

Properties

ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to