ErrorException Class

Definition

Exception thrown for an invalid response with Error information.

C#
public class ErrorException : Microsoft.Rest.RestException
Inheritance
ErrorException

Constructors

ErrorException()

Initializes a new instance of the ErrorException class.

ErrorException(String, Exception)

Initializes a new instance of the ErrorException class.

ErrorException(String)

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

Product Versions
Azure SDK for .NET Legacy