ADODC.ErrorDelegate Delegate

Represents the method that will handle an Error event.

This delegate is not CLS-compliant.  

Namespace: Microsoft.VisualBasic.Compatibility.VB6
Assembly: Microsoft.VisualBasic.Compatibility.Data (in microsoft.visualbasic.compatibility.data.dll)

public delegate void ErrorDelegate (
	int errorNumber,
	ref string description,
	int scode,
	string source,
	string helpFile,
	int helpContext,
	ref bool cancelDisplay
)
/** @delegate */
public delegate void ErrorDelegate (
	int errorNumber, 
	/** @ref */ String description, 
	int scode, 
	String source, 
	String helpFile, 
	int helpContext, 
	/** @ref */ boolean cancelDisplay
)
Not applicable.

Parameters

errorNumber

An Integer that represents the error number.

description

A String that contains the error message.

scode

An Integer that represents the error source.

source

A String that represents the source name.

helpFile

A String that represents the Help file for the error.

helpContext

An Integer that represents the context ID for a Help topic.

cancelDisplay

A Boolean that determines whether the user can cancel the error dialog box.

NoteNote:

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 Code Name "Orcas". 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.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: