C#
C++
F#
VB
StorageException Constructor
Namespace:
Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
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. |