Class ErrorResponseException
Inheritance
ErrorResponseException
Assembly: Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.dll
Syntax
public class ErrorResponseException : Microsoft.Rest.RestException
Constructors
Declaration
public ErrorResponseException ();
Declaration
public ErrorResponseException (string message);
Parameters
Declaration
public ErrorResponseException (string message, Exception innerException);
Parameters
Properties
Declaration
public Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.ErrorResponse 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