C# Class MessageBus.Core.API.RpcCallException

Inheritance: System.Exception
Datei anzeigen Open project: parshim/MessageBus

Public Methods

Method Description
RpcCallException ( RpcFailureReason reason ) : System
RpcCallException ( RpcFailureReason reason, Exception innerException ) : System
RpcCallException ( RpcFailureReason reason, object replyData ) : System
RpcCallException ( RpcFailureReason reason, string message ) : System

Method Details

RpcCallException() public method

public RpcCallException ( RpcFailureReason reason ) : System
reason RpcFailureReason
return System

RpcCallException() public method

public RpcCallException ( RpcFailureReason reason, Exception innerException ) : System
reason RpcFailureReason
innerException System.Exception
return System

RpcCallException() public method

public RpcCallException ( RpcFailureReason reason, object replyData ) : System
reason RpcFailureReason
replyData object
return System

RpcCallException() public method

public RpcCallException ( RpcFailureReason reason, string message ) : System
reason RpcFailureReason
message string
return System