Show / Hide Table of Contents

    Class APIErrorException

    Inheritance
    RestException
    APIErrorException
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class APIErrorException : Microsoft.Rest.RestException

    Constructors

    APIErrorException()

    Declaration
    public APIErrorException ();

    APIErrorException(String)

    Declaration
    public APIErrorException (string message);
    Parameters
    String message

    APIErrorException(String, Exception)

    Declaration
    public APIErrorException (string message, Exception innerException);
    Parameters
    String message

    Exception innerException

    Properties

    Body

    Declaration
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIError Body { get; set; }
    Property Value
    APIError

    Request

    Declaration
    public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
    Property Value
    HttpRequestMessageWrapper

    Response

    Declaration
    public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
    Property Value
    HttpResponseMessageWrapper

    Back to top Azure SDK for Net