PSNotSupportedException Class

Definition

This is a wrapper for exception class NotSupportedException which provides additional information via IContainsErrorRecord.

public class PSNotSupportedException : NotSupportedException, System.Management.Automation.IContainsErrorRecord
Inheritance
PSNotSupportedException
Implements

Remarks

Instances of this exception class are usually generated by the Monad Engine. It is unusual for code outside the Monad Engine to create an instance of this class.

Constructors

PSNotSupportedException()

Initializes a new instance of the PSNotSupportedException class.

PSNotSupportedException(String)

Initializes a new instance of the PSNotSupportedException class.

PSNotSupportedException(SerializationInfo, StreamingContext)

Initializes a new instance of the PSNotSupportedException class using data serialized via ISerializable

PSNotSupportedException(String, Exception)

Initializes a new instance of the PSNotSupportedException class.

Properties

ErrorRecord

Additional information about the error

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable