SetValueException 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 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, Exception) |
Initializes a new instance of SetValueException setting the message and innerException. |
SetValueException(String) |
Initializes a new instance of SetValueException 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) |