BindingManagerDataErrorEventArgs(Exception) Constructor

Definitie

Initialiseert een nieuw exemplaar van de BindingManagerDataErrorEventArgs klasse.

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

Parameters

exception
Exception

De Exception gebeurtenis die is opgetreden in het bindingsproces waardoor de DataError gebeurtenis werd gegenereerd.

Van toepassing op