C# Class RemoteProcedureCalls.RPCException

An error occured during an RPC (Remote Procedure Call) exchange.
Inheritance: NetworkCommsDotNet.CommsException
显示文件 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
RPCException ( string msg ) : System

Create a new instance of RPCException

Method Details

RPCException() public method

Create a new instance of RPCException
public RPCException ( string msg ) : System
msg string A string containing useful information regarding the error
return System