StorageException Class (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
Represents an exception thrown by the Azure Storage service.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
System.::..Exception
Microsoft.WindowsAzure.Storage.::..StorageException
Syntax
Constructors
Name Description 
StorageException()()()()
Initializes a new instance of the StorageException class.

StorageException(RequestResult, String, Exception)(RequestResult^, String^, Exception^)(RequestResult, String, Exception)(RequestResult, String, Exception)
Initializes a new instance of the StorageException class by using the specified parameters.

StorageException(String)(String^)(String)(String)
Initializes a new instance of the StorageException class using the specified error message.

StorageException(String, Exception)(String^, Exception^)(String, Exception)(String, Exception)
Initializes a new instance of the StorageException class with a specified error message and a reference to the inner exception that generated this exception.
Properties
Name Description 
DataDataDataData (Inherited from Exception.)

HelpLinkHelpLinkHelpLinkHelpLink (Inherited from Exception.)

HResultHResultHResultHResult (Inherited from Exception.)

InnerExceptionInnerExceptionInnerExceptionInnerException (Inherited from Exception.)

MessageMessageMessageMessage (Inherited from Exception.)

RequestInformationRequestInformationRequestInformationRequestInformation
Gets the RequestResult object for this StorageException object.

SourceSourceSourceSource (Inherited from Exception.)

StackTraceStackTraceStackTraceStackTrace (Inherited from Exception.)

TargetSiteTargetSiteTargetSiteTargetSite (Inherited from Exception.)
Methods
Events
Name Description 
SerializeObjectState (Inherited from Exception.)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents an exception thrown by the Azure Storage service.
Inheritance Hierarchy
System.::..ObjectSystem.::..Exception
Microsoft.WindowsAzure.Storage.::..StorageException
Syntax
Constructors
| Name | Description | |
|---|---|---|
| StorageException()()()() | Initializes a new instance of the StorageException class. | |
| StorageException(RequestResult, String, Exception)(RequestResult^, String^, Exception^)(RequestResult, String, Exception)(RequestResult, String, Exception) | Initializes a new instance of the StorageException class by using the specified parameters. | |
| StorageException(String)(String^)(String)(String) | Initializes a new instance of the StorageException class using the specified error message. | |
| StorageException(String, Exception)(String^, Exception^)(String, Exception)(String, Exception) | Initializes a new instance of the StorageException class with a specified error message and a reference to the inner exception that generated this exception. |
Properties
| Name | Description | |
|---|---|---|
| DataDataDataData | (Inherited from Exception.) | |
| HelpLinkHelpLinkHelpLinkHelpLink | (Inherited from Exception.) | |
| HResultHResultHResultHResult | (Inherited from Exception.) | |
| InnerExceptionInnerExceptionInnerExceptionInnerException | (Inherited from Exception.) | |
| MessageMessageMessageMessage | (Inherited from Exception.) | |
| RequestInformationRequestInformationRequestInformationRequestInformation | Gets the RequestResult object for this StorageException object. | |
| SourceSourceSourceSource | (Inherited from Exception.) | |
| StackTraceStackTraceStackTraceStackTrace | (Inherited from Exception.) | |
| TargetSiteTargetSiteTargetSiteTargetSite | (Inherited from Exception.) |
Methods
Events
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.