Click or drag to resize

JsonRpcRemoteExceptionToString Method

[This is preliminary documentation and is subject to change.]

Creates and returns a string representation of the current exception.

Namespace:  JsonRpc.Client
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public override string ToString()

Return Value

Type: String
A string representation of the current exception.

Implements

_ExceptionToString
See Also