ADODC.ErrorDelegate 대리자

정의

주의

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

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)

매개 변수

errorNumber
Int32

오류 번호를 나타내는 Integer입니다.

description
String

오류 메시지를 포함하는 String입니다.

scode
Int32

오류 소스를 나타내는 Integer입니다.

source
String

소스 이름을 나타내는 String입니다.

helpFile
String

오류에 대한 도움말 파일을 나타내는 String입니다.

helpContext
Int32

도움말 항목의 컨텍스트 ID를 나타내는 Integer입니다.

cancelDisplay
Boolean

사용자가 오류 대화 상자를 취소할 수 있는지 여부를 결정하는 Boolean입니다.

특성

설명

참고

Visual Basic 6.0에서 Visual Basic으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

확장 메서드

GetMethodInfo(Delegate)
사용되지 않음.

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상