Click or drag to resize

RpcException Constructor (String, Exception)

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: 2.0.0
Syntax
public RpcException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
The error message that explains the reason for the RpcException.
inner
Type: SystemException
The RpcException that is the cause of the current RpcException, or a if no inner RpcException is specified.
See Also