PSRemotingDataStructureException Class

Definition

This exception is used by remoting code to indicated a data structure handler related error.

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

Constructors

PSRemotingDataStructureException()

Default constructor.

PSRemotingDataStructureException(SerializationInfo, StreamingContext)
Obsolete.

This constructor is required by serialization.

PSRemotingDataStructureException(String)

This constructor takes a localized string as the error message.

PSRemotingDataStructureException(String, Exception)

This constructor takes a localized string as the error message, and an inner exception.

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