BatchErrorException Class

Definition

Exception thrown for an invalid response with BatchError information.

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

Constructors

BatchErrorException()

Initializes a new instance of the BatchErrorException class.

BatchErrorException(String)

Initializes a new instance of the BatchErrorException class.

BatchErrorException(String, Exception)

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