BindingManagerDataErrorEventArgs(Exception) Konstruktor

Definíció

Inicializálja a BindingManagerDataErrorEventArgs osztály új példányát.

public:
 BindingManagerDataErrorEventArgs(Exception ^ exception);
public BindingManagerDataErrorEventArgs(Exception exception);
new System.Windows.Forms.BindingManagerDataErrorEventArgs : Exception -> System.Windows.Forms.BindingManagerDataErrorEventArgs
Public Sub New (exception As Exception)

Paraméterek

exception
Exception

Az Exception eseményt kiváltó DataError kötési folyamat során történt.

A következőre érvényes: