Udostępnij za pośrednictwem


LayoutExceptionEventArgs(Exception) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy LayoutExceptionEventArgs.

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)

Parametry

exception
Exception

To Exception podnieść.

Wyjątki

exception to null.

Uwagi

W procedurze obsługi zdarzeń ustaw wartość ThrowException właściwości, aby wskazać true , że wyjątek powinien zostać zgłoszony.

Dotyczy

Zobacz też