Class RpcException
Represents errors that occur during RPC requests execution
Namespace: Netmavryk.Rpc
Assembly: Netmavryk.dll
Syntax
public class RpcException : Exception
Constructors
| Improve this Doc View SourceRpcException(HttpStatusCode, String)
Declaration
public RpcException(HttpStatusCode code, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpStatusCode | code | |
| System.String | message |
Properties
| Improve this Doc View SourceStatusCode
Gets HTTP status code returned by the RPC server
Declaration
public HttpStatusCode StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| HttpStatusCode |