LayoutExceptionEventArgs(Exception) Konstruktor

Definition

Initierar en ny instans av LayoutExceptionEventArgs klassen.

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)

Parametrar

exception
Exception

Att Exception höja.

Undantag

exception är null.

Kommentarer

I händelsehanteraren anger du värdet ThrowException för egenskapen till true för att ange att undantaget ska genereras.

Gäller för

Se även