RemoteException.SerializedRemoteException Property

Definition

Original Serialized Exception from remote PowerShell.

public:
 property System::Management::Automation::PSObject ^ SerializedRemoteException { System::Management::Automation::PSObject ^ get(); };
public System.Management.Automation.PSObject SerializedRemoteException { get; }
member this.SerializedRemoteException : System.Management.Automation.PSObject
Public ReadOnly Property SerializedRemoteException As PSObject

Property Value

Remarks

This is the exception which was thrown in remote.

Applies to