Condividi tramite


ErrorSupport.FireError Metodo

Definizione

Genera un errore.

Overload

FireError(Int32, Boolean)

Genera un errore identificato dal valore HRESULT specificato e consente l'annullamento dell'esecuzione.

FireError(Int32, String, String, Int32, Boolean)

Genera un errore identificato dal valore HRESULT specificato, lo associa al componente, al file della Guida e al contesto della Guida specificati e consente l'annullamento dell'esecuzione.

FireError(Int32, Boolean)

Genera un errore identificato dal valore HRESULT specificato e consente l'annullamento dell'esecuzione.

public:
 void FireError(int hResult, [Runtime::InteropServices::Out] bool % bCancel);
public void FireError (int hResult, out bool bCancel);
member this.FireError : int * bool -> unit
Public Sub FireError (hResult As Integer, ByRef bCancel As Boolean)

Parametri

hResult
Int32

Valore HRESULT dell'errore COM sottostante.

bCancel
Boolean

true per annullare l'esecuzione; in caso contrario, false.

Si applica a

FireError(Int32, String, String, Int32, Boolean)

Genera un errore identificato dal valore HRESULT specificato, lo associa al componente, al file della Guida e al contesto della Guida specificati e consente l'annullamento dell'esecuzione.

public:
 void FireError(int hResult, System::String ^ strSubComponent, System::String ^ strHelpFile, int HelpContext, [Runtime::InteropServices::Out] bool % bCancel);
public void FireError (int hResult, string strSubComponent, string strHelpFile, int HelpContext, out bool bCancel);
member this.FireError : int * string * string * int * bool -> unit
Public Sub FireError (hResult As Integer, strSubComponent As String, strHelpFile As String, HelpContext As Integer, ByRef bCancel As Boolean)

Parametri

hResult
Int32

Valore HRESULT dell'errore COM sottostante.

strSubComponent
String

Nome descrittivo del componente.

strHelpFile
String

File della Guida che fornisce informazioni aggiuntive sui messaggi generati.

HelpContext
Int32

Posizione del file della Guida che fornisce informazioni aggiuntive sui messaggi generati.

bCancel
Boolean

true per annullare l'esecuzione; in caso contrario, false.

Si applica a