Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public StorageException(
	string message
)
 
public:
StorageException(
	String^ message
)
 
new : 
        message:string -> StorageException
 
Public Sub New (
	message As String
)

Parameters

message
Type: System.StringSystem::String^System.StringSystem.String

The message that describes the error.

Return to top