Linguaggio

ASTaskBase.FireError Metodo

Definizione

Genera un evento quando si verifica un errore.

Overload

Nome Descrizione
FireError(String, String)

Genera un evento quando si verifica un errore.

FireError(Int32, String, String, String)

Genera un evento quando si verifica un errore.

FireError(String, String)

Genera un evento quando si verifica un errore.

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)

Parametri

subComponent
String

Una stringa che contiene più dettagli sulla fonte dell'evento.

message
String

Testo del messaggio.

Si applica a

FireError(Int32, String, String, String)

Genera un evento quando si verifica un errore.

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)

Parametri

errorCode
Int32

Un intero che identifica il messaggio di errore.

subComponent
String

Una stringa che contiene più dettagli sulla fonte dell'evento.

message
String

Testo del messaggio.

helpLink
String

Il percorso verso il file Help che contiene informazioni dettagliate.

Si applica a