BlobBatchException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |