Search Results for

    Show / Hide Table of Contents

    Delegate ExceptionFactory

    A delegate to ExceptionFactory method

    Namespace: mailslurp.Client
    Assembly: mailslurp.dll
    Syntax
    public delegate Exception ExceptionFactory(string methodName, IApiResponse response)
    Parameters
    Type Name Description
    string methodName

    Method name

    IApiResponse response

    Response

    Returns
    Type Description
    Exception

    Exceptions

    • View Source
    In This Article
    Back to top See MailSlurp website for more information.