Empeld
Empeld plugin documentation.
pluginbase.Objects.Libs.Rpc.RpcException Class Reference

Exception raised when an error with the RPC logic occurs More...

Inheritance diagram for pluginbase.Objects.Libs.Rpc.RpcException:

Public Member Functions

 RpcException (string msg)
 Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class. More...
 
 RpcException (string msg, Exception e)
 Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class. More...
 

Detailed Description

Exception raised when an error with the RPC logic occurs

Attribute: Serializable

Constructor & Destructor Documentation

◆ RpcException() [1/2]

pluginbase.Objects.Libs.Rpc.RpcException.RpcException ( string  msg)

Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class.

Parameters
msgMessage.
16  :base(msg)
17  {
18  }

◆ RpcException() [2/2]

pluginbase.Objects.Libs.Rpc.RpcException.RpcException ( string  msg,
Exception  e 
)

Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class.

Parameters
msgMessage.
eInner exception
26  :base(msg, e)
27  {}

The documentation for this class was generated from the following file: