Compartir a través de


EventsObjectWrapper.FireError(Int32, String, String, String, Int32) Método

Definición

Produce un evento cuando se produce un error.

public:
 bool FireError(int errorCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public bool FireError (int errorCode, string subComponent, string description, string helpFile, int helpContext);
member this.FireError : int * string * string * string * int -> bool
Public Function FireError (errorCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer) As Boolean

Parámetros

errorCode
Int32

Identifica el mensaje de error.

subComponent
String

Contiene más información sobre el origen del evento.

description
String

Texto del mensaje.

helpFile
String

La ruta de acceso al archivo de Ayuda que contiene información detallada.

helpContext
Int32

El identificador del tema en el archivo de Ayuda.

Devoluciones

True si el evento debe continuar desencadenando; de lo contrario, false.

Se aplica a