APIErrorException Class

Definition

Exception thrown for an invalid response with APIError information.

public class APIErrorException : Microsoft.Rest.RestException
type APIErrorException = class
    inherit RestException
Public Class APIErrorException
Inherits RestException
Inheritance
APIErrorException

Constructors

APIErrorException()

Initializes a new instance of the APIErrorException class.

APIErrorException(String)

Initializes a new instance of the APIErrorException class.

APIErrorException(String, Exception)

Initializes a new instance of the APIErrorException class.

Properties

Body

Gets or sets the body object.

Request

Gets information about the associated HTTP request.

Response

Gets information about the associated HTTP response.

Applies to