Search Results for

    Show / Hide Table of Contents

    Class RpcException

    Represents errors that occur during RPC requests execution

    Inheritance
    System.Object
    RpcException
    BadRequestException
    InternalErrorException
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcException : Exception

    Constructors

    | Improve this Doc View Source

    RpcException(HttpStatusCode, String)

    Declaration
    public RpcException(HttpStatusCode code, string message)
    Parameters
    Type Name Description
    HttpStatusCode code
    System.String message

    Properties

    | Improve this Doc View Source

    StatusCode

    Gets HTTP status code returned by the RPC server

    Declaration
    public HttpStatusCode StatusCode { get; set; }
    Property Value
    Type Description
    HttpStatusCode
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad