[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See
Storage Client Library for the latest version.]
Initializes a new instance of the
ResourceConsumedException class.
Namespace: Microsoft.WindowsAzure.StorageClient.Protocol
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim message As String
Dim instance As New ResourceConsumedException(message) |
Syntax
Visual Basic |
---|
Public Sub New ( _
message As String _
) |
C# |
---|
public ResourceConsumedException (
string message
) |
C++ |
---|
public:
ResourceConsumedException (
String^ message
) |
Parameters
- message
Type: System.String
The message that describes the exception.
Platforms
See Also