PSRemotingDataStructureException 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.
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
- Attributes
Constructors
PSRemotingDataStructureException() |
Default constructor. |
PSRemotingDataStructureException(SerializationInfo, StreamingContext) |
Obsolete.
This constructor is required by serialization. |
PSRemotingDataStructureException(String, Exception) |
This constructor takes a localized string as the error message, and an inner exception. |
PSRemotingDataStructureException(String) |
This constructor takes a localized string as the error 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) |