Click or drag to resize

RpcException(String, Exception) Constructor

Initializes a new instance of the RpcException class with a specified error message and a reference to the inner RpcException that is the cause of this RpcException.

Namespace: Ookii.Jumbo.Rpc
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public RpcException(
	string message,
	Exception inner
)

Parameters

message  String
The error message that explains the reason for the RpcException.
inner  Exception
The RpcException that is the cause of the current RpcException, or a if no inner RpcException is specified.
See Also