RemoteException.SerializedRemoteInvocationInfo Property
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.
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.