 | JsonRpcRemoteExceptionRemoteException Property |
[This is preliminary documentation and is subject to change.]
Remote CLR exception data, if available.
Namespace:
JsonRpc.Client
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic ClrExceptionErrorData RemoteException { get; }
Public ReadOnly Property RemoteException As ClrExceptionErrorData
Get
Dim instance As JsonRpcRemoteException
Dim value As ClrExceptionErrorData
value = instance.RemoteException
public:
property ClrExceptionErrorData^ RemoteException {
ClrExceptionErrorData^ get ();
}
member RemoteException : ClrExceptionErrorData with get
Property Value
Type:
ClrExceptionErrorData
See Also