Share via


DataDrivenAdapterException Constructors

Definition

Overloads

DataDrivenAdapterException()

Initializes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException(String)

Initializes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException(SerializationInfo, StreamingContext)

Initializes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException(String, Exception)

Initializes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException(OperationType, String, Exception)

Initializes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException(OperationType, String, String)

Initilaizes a new instance of the DataDrivenAdapterException class.

DataDrivenAdapterException()

Initializes a new instance of the DataDrivenAdapterException class.

public:
 DataDrivenAdapterException();
public DataDrivenAdapterException ();
Public Sub New ()

Applies to

DataDrivenAdapterException(String)

Initializes a new instance of the DataDrivenAdapterException class.

public:
 DataDrivenAdapterException(System::String ^ message);
public DataDrivenAdapterException (string message);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException : string -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException
Public Sub New (message As String)

Parameters

message
String

Specifies the message.

Applies to

DataDrivenAdapterException(SerializationInfo, StreamingContext)

Initializes a new instance of the DataDrivenAdapterException class.

protected:
 DataDrivenAdapterException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DataDrivenAdapterException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Specifies the information that is to be serialized.

context
StreamingContext

Specifies the data context.

Applies to

DataDrivenAdapterException(String, Exception)

Initializes a new instance of the DataDrivenAdapterException class.

public:
 DataDrivenAdapterException(System::String ^ message, Exception ^ inner);
public DataDrivenAdapterException (string message, Exception inner);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException : string * Exception -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

Specifies the message to be passed.

inner
Exception

Specifies the exception.

Applies to

DataDrivenAdapterException(OperationType, String, Exception)

Initializes a new instance of the DataDrivenAdapterException class.

public:
 DataDrivenAdapterException(Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::OperationType op, System::String ^ controlName, Exception ^ inner);
public DataDrivenAdapterException (Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType op, string controlName, Exception inner);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType * string * Exception -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException
Public Sub New (op As OperationType, controlName As String, inner As Exception)

Parameters

op
OperationType

Specifies the operation type.

controlName
String

Specifies the name of the control.

inner
Exception

Exception

Applies to

DataDrivenAdapterException(OperationType, String, String)

Initilaizes a new instance of the DataDrivenAdapterException class.

public:
 DataDrivenAdapterException(Microsoft::Uii::HostedApplicationToolkit::DataDrivenAdapter::OperationType op, System::String ^ controlName, System::String ^ message);
public DataDrivenAdapterException (Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType op, string controlName, string message);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException : Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.OperationType * string * string -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterException
Public Sub New (op As OperationType, controlName As String, message As String)

Parameters

op
OperationType

Specifies the type of operation.

controlName
String

Specifies the name of the control.

message
String

Specifies the message to be passed.

Applies to