Classe UnhandledExceptionEventArgs
.NET Framework 2.0
Fornisce dati relativi all'evento generato quando si verifica un'eccezione non gestita dal dominio applicazione.
Spazio dei nomi: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public class UnhandledExceptionEventArgs : EventArgs
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class UnhandledExceptionEventArgs extends EventArgs
SerializableAttribute ComVisibleAttribute(true) public class UnhandledExceptionEventArgs extends EventArgs
UnhandledExceptionEventArgs fornisce l'accesso all'oggetto eccezione e un flag nel quale è indicato se Common Language Runtime viene terminato. UnhandledExceptionEventArgs è uno dei parametri passati a UnhandledExceptionEventHandler.
Per ulteriori informazioni sui delegati di gestori eventi, vedere Eventi e delegati.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile per Pocket PC, Windows Mobile per Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework non supporta tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema.