DataDrivenAdapterException Constructor (String, Exception)
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 inner As Exception
Dim instance As New DataDrivenAdapterException(message, inner)
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public DataDrivenAdapterException (
string message,
Exception inner
)
public:
DataDrivenAdapterException (
String^ message,
Exception^ inner
)
public DataDrivenAdapterException (
String message,
Exception inner
)
public function DataDrivenAdapterException (
message : String,
inner : Exception
)
Parameters
- message
Specifies the message to be passed.
- inner
Specifies the 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.