ErrorException Class

Definition

Exception thrown for an invalid response with Error information.

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

Constructors

ErrorException()

Initializes a new instance of the ErrorException class.

ErrorException(String)

Initializes a new instance of the ErrorException class.

ErrorException(String, Exception)

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