Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
RemoteProcedureCalls
RPCException
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