Category Subcategory Item

Database

Errors

Files

Graphics/Multimedia

Hardware

Internet/Networking

Language

Macintosh

Text

User Interface

Windows

Debugging Tools

Error Handling

Error Messages

Runtime Errors

A ParamArray cannot be Passed by Reference

A ParamArray cannot have a Default Value

A ParamArray's Element Type may not be Another Array

A Parameter passed by Reference Cannot have a Default Value

An Assigns Parameter cannot have a Default Value

An Extends Parameter cannot have a Default Value

An Ordinary Parameter cannot Follow a ParamArray

Array Bounds must be Integers

Assigns can only be used on the last parameter

Cannot Assign a Value to this Property

Cannot Get this Property's Value

Declaration: Contains a Reserved Word

Destructors Can't Have Parameters

End Quote Missing

Exception Objects Must be of Type RuntimeException

Extends can only be used on the first parameter

External Functions Cannot Use Objects as Parameters

External Functions Cannot Use String Data Types as Parameters

GOTO Target Not Found

Logic Operations require Boolean Values

Me Cannot be used in a Method of a Module

One of the Interfaces of this Class is not of Type Class Interface

Only Boolean Constants can be Used with #If

Only One Parameter may use the Assigns Option

Only One Parameter my use the ParamArray Option

Only String Constants can be used for Declaring Libraries

Only the First Parameter may use the Extends Option

Only the Last Parameter may use the Assigns Option

Parameter and Default Value Must be of the Same Type

Parameters are not Compatible with this Function

Self Cannot be used in the Method of a Module

Super Cannot be used in a Module Method

Syntax

The Counter variable and the Variable Following Next Must be the Same

The Size of an Array Must Be a Constant or a Number

The keyword 'Then' is expected after this If statement's condition

There is no Class with this Name

This #else Does Not Have a Matching #If Preceding It

This #endif Does Not Have a Matching #If Preceding It

This Array Has Fewer Dimensions than You Have Provided

This Array Has More Dimensions than You Have Provided

This Array Method Works for only One-dimensional Arrays

This Class is Missing One or More Methods of an Interface it Implements

This Global Variable has the Same Name as a Class

This Global Variable has the Same Name as a Global Function

This Global Variable has the Same Name as a Module

This Item Conflicts with Another Item of the Same Name

This Kind of Array Cannot be Sorted

This Local Variable or Constant has the Same Name as a Declare in this Method

This Local Variable or Parameter has the Same Name as a Constant

This Method Doesn't Return a Value

This Method Requires Fewer Parameters than were Passed

This Method Requires More Parameters than were Passed

This Method is Protected. It can only be Called From Within its Class

This Method is too Long

This Method or Property Does Not Exist

This Name is Already in Use

This Property Has the Same Name as a Class Method

This Property Has the Same Name as a Method

This Property Has the Same Name as an Event

This Property is Protected. It can only be Used From Within its Class

This Type Conversion is only implemented for one-dimensional Arrays

This is not An Array but you are using it as One

Type Mismatch

Unknown Pragma Name

You Can Only Inherit From a Class

You Cannot Implement a Nonexistent Event

You Cannot Return a Value Because this Method has No Defined Return Type

You Cannot Use the New Operator with a Class Interface

You Can't Assign one Array to Another Array

You Can't Pass an Array to an External Function

You Can't Pass an Expression as a Parameter that is Defined as ByRef

You Can't Use Super Because this Class has no Super Class

You Can't Use This Variable or Property Name Because it is a Reserved Word

You Can't Use the New Operator with this Class

You Have Used an Operator that is not Compatible with the Data Types Specified

You Must Indicate the Data Type of the Value to be Returned

You Must Use the Value Returned by this Function