[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 info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ResourceConsumedException(info, context) |
Syntax
Visual Basic |
---|
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
) |
C# |
---|
protected ResourceConsumedException (
SerializationInfo info,
StreamingContext context
) |
C++ |
---|
protected:
ResourceConsumedException (
SerializationInfo^ info,
StreamingContext context
) |
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Platforms
See Also