Partilhar via


DataDrivenAdapterException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the DataDrivenAdapterException class.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New DataDrivenAdapterException(info, context)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected DataDrivenAdapterException (
    SerializationInfo info,
    StreamingContext context
)
protected:
DataDrivenAdapterException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected DataDrivenAdapterException (
    SerializationInfo info, 
    StreamingContext context
)
protected function DataDrivenAdapterException (
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

  • info
    Specifies the information that is to be serialized.
  • context
    Specifies the data context.

Remarks

Platforms

See Also

Reference

DataDrivenAdapterException Class
DataDrivenAdapterException Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.