ADODC::ErrorDelegate Delegate
Represents the method that will handle an Error event.
Assembly: Microsoft.VisualBasic.Compatibility.Data (in Microsoft.VisualBasic.Compatibility.Data.dll)
[ObsoleteAttribute("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")] public delegate void ErrorDelegate( int errorNumber, String^% description, int scode, String^ source, String^ helpFile, int helpContext, bool% cancelDisplay )
Parameters
- errorNumber
-
Type:
System::Int32
An Integer that represents the error number.
- description
-
Type:
System::String^%
A String that contains the error message.
- scode
-
Type:
System::Int32
An Integer that represents the error source.
- source
-
Type:
System::String^
A String that represents the source name.
- helpFile
-
Type:
System::String^
A String that represents the Help file for the error.
- helpContext
-
Type:
System::Int32
An Integer that represents the context ID for a Help topic.
- cancelDisplay
-
Type:
System::Boolean%
A Boolean that determines whether the user can cancel the error dialog box.
Note |
|---|
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation. |
Available since 1.1
