Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

StorageException Constructor (Microsoft.WindowsAzure.Storage)

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Overload List

NameDescription
System_CAPS_pubmethodStorageException()()()()

Initializes a new instance of the StorageException class.

System_CAPS_pubmethodStorageException(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.

System_CAPS_pubmethodStorageException(String)(String^)(String)(String)

Initializes a new instance of the StorageException class using the specified error message.

System_CAPS_pubmethodStorageException(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.

Return to top