你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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, Exception)

Initializes a new instance of the ApiError class.

ApiErrorException(String)

Initializes a new instance of the ApiError 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