ADODC.ErrorDelegate Temsilci

Tanım

Dikkat

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

Bir Error olayı işleyecek yöntemi temsil eder.

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)

Parametreler

errorNumber
Int32

Integer Hata numarasını temsil eden bir.

description
String

String Hata iletisini içeren bir.

scode
Int32

Integer Hata kaynağını temsil eden bir.

source
String

String Kaynak adı temsil eden bir.

helpFile
String

String Hata için Yardım dosyasını temsil eden bir.

helpContext
Int32

Bir Integer Yardım konusunun bağlam kimliğini temsil eden.

cancelDisplay
Boolean

Boolean Kullanıcının hata iletişim kutusunu iptal edip edemediğini belirleyen bir.

Öznitelikler

Açıklamalar

Not

Ad alanı içindeki Microsoft.VisualBasic.Compatibility.VB6 işlevler ve nesneler, Visual Basic 6.0'dan Visual Basic'e yükseltme araçları tarafından kullanılmak üzere sağlanır. Çoğu durumda, bu işlevler ve nesneler .NET Framework’teki diğer ad alanlarında bulabileceğiniz işlevlerin birer yinelemesidir. Bunlar yalnızca, Visual Basic 6.0 kod modelinin .NET Framework uygulamasından önemli ölçüde farklı olduğu durumlarda gereklidir.

Uzantı Metotları

GetMethodInfo(Delegate)
Geçersiz.

Belirtilen temsilci tarafından temsil edilen yöntemi temsil eden bir nesnesi alır.

Şunlara uygulanır