Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetObjectData ( |
Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.
|
|
StorageException ( Microsoft.WindowsAzure.Storage.RequestResult res, string message, |
Initializes a new instance of the StorageException class by using the specified parameters.
|
|
ToString ( ) : string |
Represents an exception thrown by the Windows Azure storage client library.
|
|
TranslateException ( |
Translates the specified exception into a storage exception.
|
Method | Description | |
---|---|---|
StorageException ( |
Initializes a new instance of the StorageException class with serialized data. This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. |
public GetObjectData ( |
||
info | The |
|
context | The destination context for this serialization. | |
return | void |
public StorageException ( Microsoft.WindowsAzure.Storage.RequestResult res, string message, |
||
res | Microsoft.WindowsAzure.Storage.RequestResult | The request result. |
message | string | The message. |
inner | The inner exception. | |
return | System |
protected StorageException ( |
||
info | The |
|
context | The |
|
return | System |
public static TranslateException ( |
||
ex | The exception to translate. | |
reqResult | Microsoft.WindowsAzure.Storage.RequestResult | The request result. |
return | Microsoft.WindowsAzure.Storage.StorageException |