UnhandledErrorDetectedEventArgs.UnhandledError Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.