Represents an exception thrown by the Windows Azure storage service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
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.) |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetBaseException()()()() | (Inherited from Exception.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Exception.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | Represents an exception thrown by the Windows Azure storage client library.(Overrides Exception.::..ToString()()()().) | |
| TranslateException(Exception, RequestResult)(Exception^, RequestResult^)(Exception, RequestResult)(Exception, RequestResult) | Translates the specified exception into a StorageException. | |
| TranslateException(Exception, RequestResult, Func<Stream, StorageExtendedErrorInformation>)(Exception^, RequestResult^, Func<Stream^, StorageExtendedErrorInformation^>^)(Exception, RequestResult, Func<Stream, StorageExtendedErrorInformation>)(Exception, RequestResult, Func(Of Stream, StorageExtendedErrorInformation)) | Translates the specified exception into a storage 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.