UnhandledErrorDetectedEventArgs.UnhandledError Proprietà

Definizione

Ottiene l'oggetto informazioni sull'errore che può essere usato per gestire l'evento o propagare l'errore tramite un errore specifico della lingua.

public:
 property UnhandledError ^ UnhandledError { UnhandledError ^ get(); };
UnhandledError UnhandledError();
public UnhandledError UnhandledError { get; }
var unhandledError = unhandledErrorDetectedEventArgs.unhandledError;
Public ReadOnly Property UnhandledError As UnhandledError

Valore della proprietà

Oggetto che rappresenta l'errore non gestito.

Si applica a