| RpcException Constructor (String, Exception) |
Namespace:
Ookii.Jumbo.Rpc
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public RpcException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
RpcException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> RpcException
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