Class RpcException
The exception that descibes an RPC error.
Implements
Inherited Members
Namespace: Solti.Utils.Rpc
Assembly: Solti.Utils.Rpc.Client.dll
Syntax
public class RpcException : Exception, ISerializable
Remarks
The inner exception contains the actual remote error.
Constructors
RpcException()
Creates a new RpcException instance.
Declaration
public RpcException()
RpcException(String)
Creates a new RpcException instance.
Declaration
public RpcException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
RpcException(String, Exception)
Creates a new RpcException instance.
Declaration
public RpcException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |