EXCEPINFO Struct
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.
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à
- 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 |
pvReserved |
Obsoleti.
Il campo è riservato e deve essere impostato su |
wCode |
Obsoleti.
Rappresenta un codice di errore che identifica l'errore. |
wReserved |
Obsoleti.
Il campo è riservato e deve essere impostato su 0. |