Show / Hide Table of Contents

    Delegate ExceptionFactory

    A delegate to ExceptionFactory method

    Namespace: Algorand.Client
    Assembly: Algorand.dll
    Syntax
    public delegate Exception ExceptionFactory(string methodName, IRestResponse response);
    Parameters
    Type Name Description
    System.String methodName

    Method name

    RestSharp.IRestResponse response

    Response

    Returns
    Type Description
    System.Exception

    Exceptions

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX