ExceptionEventArgs Sınıf

Tanım

Bir olay için özel durum verileri sağlar.

public ref class ExceptionEventArgs : EventArgs
public class ExceptionEventArgs : EventArgs
type ExceptionEventArgs = class
    inherit EventArgs
Public Class ExceptionEventArgs
Inherits EventArgs
Devralma
ExceptionEventArgs

Oluşturucular

ExceptionEventArgs(Exception)

ExceptionEventArgs öğesinin yeni bir örneğini oluşturur.

Özellikler

Exception

Hatanın nedenini ayrıntılarıyla belirten özel durumu alır.

Şunlara uygulanır