Share via


BindingManagerDataErrorEventArgs(Exception) Konstruktor

Definice

Inicializuje novou instanci BindingManagerDataErrorEventArgs třídy.

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

Parametry

exception
Exception

Událost Exception , ke které došlo v procesu vazby DataError , který způsobil vyvolání události.

Platí pro