UnhandledExceptionEventArgs Classe

Definizione

Fornisce i dati per l'evento UnhandledException .

public ref class UnhandledExceptionEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UnhandledExceptionEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UnhandledExceptionEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UnhandledExceptionEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UnhandledExceptionEventArgs
Public NotInheritable Class UnhandledExceptionEventArgs
Ereditarietà
Object Platform::Object IInspectable UnhandledExceptionEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Commenti

Per altre info su come scrivere un gestore basato sul delegato UnhandledExceptionEventHandler , vedi Gestione delle eccezioni per in C# o Visual Basic e Osservazioni in UnhandledException.

Se si usano estensioni del componente Visual C++ (C++/CX), vedere Eccezioni (C++/CX).

Proprietà

Exception

Ottiene il codice HRESULT associato all'eccezione non gestita.

Handled

Ottiene o imposta un valore che indica se l'eccezione è gestita.

Message

Ottiene la stringa del messaggio passata dall'eccezione non gestita di origine.

Si applica a

Vedi anche