Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 op As OperationType
Dim controlName As String
Dim inner As Exception
Dim instance As New DataDrivenAdapterException(op, controlName, inner)
Syntax
'Declaration
Public Sub New ( _
op As OperationType, _
controlName As String, _
inner As Exception _
)
public DataDrivenAdapterException (
OperationType op,
string controlName,
Exception inner
)
public:
DataDrivenAdapterException (
OperationType op,
String^ controlName,
Exception^ inner
)
public DataDrivenAdapterException (
OperationType op,
String controlName,
Exception inner
)
public function DataDrivenAdapterException (
op : OperationType,
controlName : String,
inner : Exception
)
Parameters
- op
Specifies the operation type.
- controlName
Specifies the name of the control.
- inner
Exception
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.