ASTaskBase.FireError Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Activa un evento cuando se produce un error.
Sobrecargas
FireError(String, String) |
Activa un evento cuando se produce un error. |
FireError(Int32, String, String, String) |
Activa un evento cuando se produce un error. |
FireError(String, String)
Activa un evento cuando se produce un error.
protected:
void FireError(System::String ^ subComponent, System::String ^ message);
protected void FireError (string subComponent, string message);
member this.FireError : string * string -> unit
Protected Sub FireError (subComponent As String, message As String)
Parámetros
- subComponent
- String
Un valor de tipo String que contiene más información sobre el origen del evento.
- message
- String
Texto del mensaje.
Se aplica a
FireError(Int32, String, String, String)
Activa un evento cuando se produce un error.
protected:
void FireError(int errorCode, System::String ^ subComponent, System::String ^ message, System::String ^ helpLink);
protected void FireError (int errorCode, string subComponent, string message, string helpLink);
member this.FireError : int * string * string * string -> unit
Protected Sub FireError (errorCode As Integer, subComponent As String, message As String, helpLink As String)
Parámetros
- errorCode
- Int32
Un valor de tipo Integer que identifica el mensaje de error.
- subComponent
- String
Un valor de tipo String que contiene más información sobre el origen del evento.
- message
- String
Texto del mensaje.
- helpLink
- String
La ruta de acceso al archivo de Ayuda que contiene información detallada.