BlobBatchException Class

Definition

This exception type is thrown when the uber request on a batch is successful but one or more of the sub requests has failed.

public class BlobBatchException : Microsoft.Azure.Storage.StorageException
type BlobBatchException = class
    inherit StorageException
Public Class BlobBatchException
Inherits StorageException
Inheritance
BlobBatchException

Properties

ErrorResponses

The list of failed responses.

RequestInformation

Gets the RequestResult object for this StorageException object.

(Inherited from StorageException)
SuccessfulResponses

The list of successful responses.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo object with the data needed to serialize the target object.

(Inherited from StorageException)
ToString()

Represents an exception thrown by the Microsoft Azure storage client library.

(Inherited from StorageException)

Applies to