SetValueException Class

Definition

Defines the exception thrown for errors setting the value of properties.

public ref class SetValueException : System::Management::Automation::ExtendedTypeSystemException
[System.Serializable]
public class SetValueException : System.Management.Automation.ExtendedTypeSystemException
public class SetValueException : System.Management.Automation.ExtendedTypeSystemException
[<System.Serializable>]
type SetValueException = class
    inherit ExtendedTypeSystemException
type SetValueException = class
    inherit ExtendedTypeSystemException
Public Class SetValueException
Inherits ExtendedTypeSystemException
Inheritance
Derived
Attributes

Constructors

SetValueException()

Initializes a new instance of SetValueException with the message set to typeof(SetValueException).FullName.

SetValueException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of SetValueException with serialization parameters.

SetValueException(String)

Initializes a new instance of SetValueException setting the message.

SetValueException(String, Exception)

Initializes a new instance of SetValueException 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