ADODC.ErrorDelegate Delegato

Definizione

Attenzione

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Rappresenta il metodo in base al quale verrà gestito un evento Error.

public: delegate void ADODC::ErrorDelegate(int errorNumber, System::String ^ % description, int scode, System::String ^ source, System::String ^ helpFile, int helpContext, bool % cancelDisplay);
public delegate void ADODC.ErrorDelegate(int errorNumber, ref string description, int scode, string source, string helpFile, int helpContext, ref bool cancelDisplay);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public delegate void ADODC.ErrorDelegate(int errorNumber, ref string description, int scode, string source, string helpFile, int helpContext, ref bool cancelDisplay);
type ADODC.ErrorDelegate = delegate of int * string * int * string * string * int * bool -> unit
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ADODC.ErrorDelegate = delegate of int * string * int * string * string * int * bool -> unit
Public Delegate Sub ADODC.ErrorDelegate(errorNumber As Integer, ByRef description As String, scode As Integer, source As String, helpFile As String, helpContext As Integer, ByRef cancelDisplay As Boolean)

Parametri

errorNumber
Int32

Oggetto Integer che rappresenta il numero dell'errore.

description
String

Classe String che contiene il messaggio di errore.

scode
Int32

Oggetto Integer che rappresenta l'origine dell'errore.

source
String

Oggetto String che rappresenta il nome dell'origine.

helpFile
String

Oggetto String che rappresenta il file della Guida dell'errore.

helpContext
Int32

Oggetto Integer che rappresenta l'ID di contesto di un argomento della Guida.

cancelDisplay
Boolean

Oggetto Boolean che stabilisce se l'utente può annullare la finestra di dialogo dell'errore.

Attributi

Commenti

Nota

Le funzioni e gli oggetti inclusi nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono usati con gli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic. Nella maggior parte dei casi queste funzioni e questi oggetti duplicano funzionalità disponibili in altri spazi dei nomi di .NET Framework e sono necessari solo quando il modello di codice di Visual Basic 6.0 è notevolmente diverso rispetto all'implementazione di .NET Framework.

Metodi di estensione

GetMethodInfo(Delegate)
Obsoleti.

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a