Class APIErrorException
Inheritance
APIErrorException
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class APIErrorException : Microsoft.Rest.RestException
Constructors
Declaration
public APIErrorException ();
Declaration
public APIErrorException (string message);
Parameters
Declaration
public APIErrorException (string message, Exception innerException);
Parameters
Properties
Declaration
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.APIError Body { get; set; }
Property Value
Declaration
public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
Property Value
Declaration
public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
Property Value