EXCEPINFO Struct

Definizione

Attenzione

Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202

In alternativa, utilizzare EXCEPINFO.

public value class EXCEPINFO
[System.Runtime.InteropServices.ComVisible(false)]
public struct EXCEPINFO
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct EXCEPINFO
[<System.Runtime.InteropServices.ComVisible(false)>]
type EXCEPINFO = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.EXCEPINFO instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type EXCEPINFO = struct
Public Structure EXCEPINFO
Ereditarietà
EXCEPINFO
Attributi

Commenti

Per altre informazioni su EXCEPINFO, vedere MSDN Library.

Campi

bstrDescription
Obsoleti.

Descrive l'errore destinato al cliente.

bstrHelpFile
Obsoleti.

Contiene l'unità, il percorso e il nome di file completi di un file della Guida in cui è possibile reperire ulteriori informazioni sull'errore.

bstrSource
Obsoleti.

Indica il nome dell'origine dell'eccezione. In genere, corrisponde al nome di un'applicazione.

dwHelpContext
Obsoleti.

Indica l'ID del contesto dell'argomento all'interno del file della Guida.

pfnDeferredFillIn
Obsoleti.

Rappresenta un puntatore a una funzione che accetta una struttura EXCEPINFO come argomento e restituisce un valore HRESULT. Se non è desiderato il riempimento rinviato, questo campo è impostato su null.

pvReserved
Obsoleti.

Il campo è riservato e deve essere impostato su null.

wCode
Obsoleti.

Rappresenta un codice di errore che identifica l'errore.

wReserved
Obsoleti.

Il campo è riservato e deve essere impostato su 0.

Si applica a