IDTSInfoEvents100.FireError Método

Definição

Essa API dá suporte à infraestrutura do produto e não se destina a ser usada diretamente do seu código. Dispara um erro.

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);
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

A mensagem de erro.

SubComponent
String

O submódulo em uma origem.

Description
String

O texto da mensagem.

HelpFile
String

O caminho para o arquivo da Ajuda que contém informações detalhadas.

HelpContext
Int32

O identificador do tópico no arquivo da Ajuda.

pbCancel
Boolean

Um * * booliano * * que indica se isso deve acionamento de cancelar ou continuar acionando.

Atributos

Aplica-se a