EXCEPINFO Estructura
Definición
Describe las excepciones que ocurren durante IDispatch::Invoke
.Describes the exceptions that occur during IDispatch::Invoke
.
public value class EXCEPINFO
public struct EXCEPINFO
type EXCEPINFO = struct
Public Structure EXCEPINFO
- Herencia
Comentarios
Para obtener información adicional EXCEPINFO
acerca de, vea MSDN Library.For additional information about EXCEPINFO
, see the MSDN Library.
El Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un valor HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campos
bstrDescription |
Describe el error destinado al cliente.Describes the error intended for the customer. |
bstrHelpFile |
Contiene la unidad, la ruta de acceso y el nombre de archivo completos de un archivo de la Ayuda con más información acerca del error.Contains the fully-qualified drive, path, and file name of a Help file that contains more information about the error. |
bstrSource |
Indica el nombre del origen de la excepción.Indicates the name of the source of the exception. Normalmente se trata del nombre de una aplicación.Typically, this is an application name. |
dwHelpContext |
Indica el identificador de contexto del tema de Ayuda dentro del archivo de Ayuda.Indicates the Help context ID of the topic within the Help file. |
pfnDeferredFillIn |
Representa un puntero a una función que toma una estructura EXCEPINFO como argumento y devuelve un valor HRESULT.Represents a pointer to a function that takes an EXCEPINFO structure as an argument and returns an HRESULT value. Si no se desea un relleno aplazado, este campo se establece en |
pvReserved |
Este campo está reservado; se debe establecer en |
scode |
Valor devuelto que describe el error.A return value describing the error. |
wCode |
Representa un código de error que identifica el error.Represents an error code identifying the error. |
wReserved |
Este campo está reservado; se debe establecer en 0.This field is reserved; it must be set to 0. |