|
Empeld
Empeld plugin documentation.
|
Exception raised when an error with the RPC logic occurs More...
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... | |
Exception raised when an error with the RPC logic occurs
Attribute: Serializable
| pluginbase.Objects.Libs.Rpc.RpcException.RpcException | ( | string | msg | ) |
Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class.
| msg | Message. |
| pluginbase.Objects.Libs.Rpc.RpcException.RpcException | ( | string | msg, |
| Exception | e | ||
| ) |
Initializes a new instance of the pluginbase.Objects.Libs.Rpc.RpcException class.
| msg | Message. |
| e | Inner exception |