LayoutExceptionEventArgs(Exception) Konstruktor

Definition

Initialisiert eine neue Instanz der LayoutExceptionEventArgs-Klasse.

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

Parameter

exception
Exception

Die auszulösende Exception.

Ausnahmen

exception ist null.

Hinweise

Legen Sie im Ereignishandler den Wert der ThrowException Eigenschaft fest, um true anzugeben, dass die Ausnahme ausgelöst werden soll.

Gilt für

Siehe auch