RemoteException.SerializedRemoteInvocationInfo Property

Definition

InvocationInfo, if any, associated with the SerializedRemoteException.

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

Property Value

Remarks

This is the serialized InvocationInfo from the remote PowerShell.

Applies to