LayoutExceptionEventArgs(Exception) Oluşturucu

Tanım

LayoutExceptionEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

exception
Exception

Yükseltilmesi Exception gereken.

Özel durumlar

exception, null'e eşittir.

Açıklamalar

Olay işleyicinizde, özel durumun tetiklenmesi gerektiğini belirtmek için özelliğinin ThrowException değerini true olarak ayarlayın.

Şunlara uygulanır

Ayrıca bkz.