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