PSNotImplementedException Class

Definition

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

public ref class PSNotImplementedException : NotImplementedException, System::Management::Automation::IContainsErrorRecord
[System.Serializable]
public class PSNotImplementedException : NotImplementedException, System.Management.Automation.IContainsErrorRecord
public class PSNotImplementedException : NotImplementedException, System.Management.Automation.IContainsErrorRecord
[<System.Serializable>]
type PSNotImplementedException = class
    inherit NotImplementedException
    interface IContainsErrorRecord
type PSNotImplementedException = class
    inherit NotImplementedException
    interface IContainsErrorRecord
Public Class PSNotImplementedException
Inherits NotImplementedException
Implements IContainsErrorRecord
Inheritance
PSNotImplementedException
Attributes
Implements

Remarks

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

Constructors

PSNotImplementedException()

Initializes a new instance of the PSNotImplementedException class.

PSNotImplementedException(SerializationInfo, StreamingContext)
Obsolete.

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

PSNotImplementedException(String)

Initializes a new instance of the PSNotImplementedException class.

PSNotImplementedException(String, Exception)

Initializes a new instance of the PSNotImplementedException class.

Properties

ErrorRecord

Additional information about the error.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer for ISerializable

Applies to