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

Name Description
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

Name Description
ErrorRecord

Additional information about the error.

(Inherited from RuntimeException)
WasThrownFromThrowStatement (Inherited from RuntimeException)

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

(Inherited from RuntimeException)

Applies to