Search Results for

    Show / Hide Table of Contents

    Class AlgoApiException

    An Exception thrown from an ErrorResponse.

    Inheritance
    Object
    Exception
    AlgoApiException
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class AlgoApiException : Exception, ISerializable, _Exception

    Constructors

    AlgoApiException(ErrorResponse)

    Declaration
    public AlgoApiException(ErrorResponse error)
    Parameters
    Type Name Description
    ErrorResponse error

    Properties

    Error

    The ErrorResponse that threw this exception.

    Declaration
    public ErrorResponse Error { get; }
    Property Value
    Type Description
    ErrorResponse
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾