Partilhar via


DataDrivenAdapterException Constructor (String)

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 message As String

Dim instance As New DataDrivenAdapterException(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public DataDrivenAdapterException (
    string message
)
public:
DataDrivenAdapterException (
    String^ message
)
public DataDrivenAdapterException (
    String message
)
public function DataDrivenAdapterException (
    message : String
)

Parameters

  • message
    Specifies the message.

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.