Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents an exception thrown by the Windows 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

 
public class StorageException : Exception
 
public ref class StorageException : Exception
 
type StorageException = 
    class
        inherit Exception
    end
 
Public Class StorageException
	Inherits Exception

Constructors

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.

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