Partilhar via


DataDrivenAdapterException Constructor (OperationType, String, String)

Initilaizes 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 op As OperationType
Dim controlName As String
Dim message As String

Dim instance As New DataDrivenAdapterException(op, controlName, message)

Syntax

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

Parameters

  • op
    Specifies the type of operation.
  • controlName
    Specifies the name of the control.
  • message
    Specifies the message to be passed.

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.