[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
StorageException class with serialized data about the exception being thrown, and contextual information about the source or destionation.
Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New StorageException(info, context) |
Syntax
Visual Basic |
---|
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
) |
C# |
---|
protected StorageException (
SerializationInfo info,
StreamingContext context
) |
C++ |
---|
protected:
StorageException (
SerializationInfo^ info,
StreamingContext context
) |
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo object that contains serialized object data about the exception being thrown.
- context
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext object that contains contextual information about the source or destionation.
Platforms
See Also