Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initializes a new instance of the StorageException class by using the specified parameters.

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

Syntax

 
public StorageException(
	RequestResult res,
	string message,
	Exception inner
)
 
public:
StorageException(
	RequestResult^ res,
	String^ message,
	Exception^ inner
)
 
new : 
        res:RequestResult *
        message:string *
        inner:Exception -> StorageException
 
Public Sub New (
	res As RequestResult,
	message As String,
	inner As Exception
)
Return to top