WebBaseErrorEvent.ErrorException Proprietà

Definizione

Ottiene l'oggetto Exception associato all'errore.

public:
 property Exception ^ ErrorException { Exception ^ get(); };
public Exception ErrorException { get; }
member this.ErrorException : Exception
Public ReadOnly Property ErrorException As Exception

Valore della proprietà

Oggetto Exception associato all'errore.

Commenti

Se si implementa un oggetto personalizzato, è necessario assicurarsi che l'evento di errore personalizzato WebBaseErrorEventgestisca questa eccezione.

Si applica a