PSRemotingTransportException Class
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 indicate an error condition in network operations.
public ref class PSRemotingTransportException : System::Management::Automation::RuntimeException
[System.Serializable]
public class PSRemotingTransportException : System.Management.Automation.RuntimeException
public class PSRemotingTransportException : System.Management.Automation.RuntimeException
[<System.Serializable>]
type PSRemotingTransportException = class
inherit RuntimeException
type PSRemotingTransportException = class
inherit RuntimeException
Public Class PSRemotingTransportException
Inherits RuntimeException
- Inheritance
- Derived
- Attributes
PSRemoting |
This is the default constructor. |
PSRemoting |
Obsolete.
This constructor is required by serialization. |
PSRemoting |
This constructor takes a localized message and an inner exception. |
PSRemoting |
This constructor takes a localized error message. |
Error |
The error code from native library API call. |
Error |
Additional information about the error. (Inherited from RuntimeException) |
Transport |
This the message from the native transport layer. |
Was |
(Inherited from RuntimeException) |
Get |
Serializes the exception data. |
Get |
Serializer for ISerializable (Inherited from RuntimeException) |
Set |
Set the default ErrorRecord. |
Product | Versions |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |