Compartir a través de


IDTSInfoEvents100.FireError Método

Definición

Desencadena un error.

public:
 void FireError(int ErrorCode, System::String ^ SubComponent, System::String ^ Description, System::String ^ HelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % pbCancel);
[System.Runtime.InteropServices.DispId(2)]
public void FireError (int ErrorCode, string SubComponent, string Description, string HelpFile, int HelpContext, out bool pbCancel);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member FireError : int * string * string * string * int * bool -> unit
Public Sub FireError (ErrorCode As Integer, SubComponent As String, Description As String, HelpFile As String, HelpContext As Integer, ByRef pbCancel As Boolean)

Parámetros

ErrorCode
Int32

El mensaje de error.

SubComponent
String

El submódulo dentro de un origen.

Description
String

Texto del mensaje.

HelpFile
String

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

HelpContext
Int32

Identificador del tema en el archivo de Ayuda.

pbCancel
Boolean

Un valor de tipo Booleano que indica si se debe cancelar o continuar la activación.

Atributos

Se aplica a