ASTaskBase.FireError Metodo

Definizione

Genera un evento quando si verifica un errore.

Overload

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

Valore String contenente maggiori dettagli sull'origine 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

Integer che identifica il messaggio di errore.

subComponent
String

Valore String contenente maggiori dettagli sull'origine dell'evento.

message
String

Testo del messaggio.

helpLink
String

Percorso del file della Guida che contiene informazioni dettagliate.

Si applica a