Share via


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

Name Description
BatchErrorException()

Initializes a new instance of the BatchErrorException class.

BatchErrorException(String, Exception)

Initializes a new instance of the BatchErrorException class.

BatchErrorException(String)

Initializes a new instance of the BatchErrorException class.

Properties

Name Description
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