C# 클래스 RemoteProcedureCalls.RPCException

An error occured during an RPC (Remote Procedure Call) exchange.
상속: NetworkCommsDotNet.CommsException
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
RPCException ( string msg ) : System

Create a new instance of RPCException

메소드 상세

RPCException() 공개 메소드

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