Compartir a través de


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

Definición

Activa un evento cada vez que la tarea está en un estado tal que no justifica un error pero sí un aviso al cliente.

public:
 void FireWarning(int warningCode, System::String ^ subComponent, System::String ^ description, System::String ^ helpFile, int helpContext);
public void FireWarning (int warningCode, string subComponent, string description, string helpFile, int helpContext);
member this.FireWarning : int * string * string * string * int -> unit
Public Sub FireWarning (warningCode As Integer, subComponent As String, description As String, helpFile As String, helpContext As Integer)

Parámetros

warningCode
Int32

Identifica el mensaje de advertencia.

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.

Se aplica a