C#
C++
F#
VB
StorageException Constructor (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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Parameters
- res
-
Type:
Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage::RequestResult^Microsoft.WindowsAzure.Storage.RequestResultMicrosoft.WindowsAzure.Storage.RequestResult
The request result.
- message
-
Type:
System.StringSystem::String^System.StringSystem.String
The exception message.
- inner
-
Type:
System.ExceptionSystem::Exception^System.ExceptionSystem.Exception
The inner exception.