Glossaria.net

Glossary Visual Basic / Term

Err

Err

The Err Object contains information about run-time errors. The properties of the Err object are set by the generator of an error—the toolkit, an object, or the programmer.

(Description)

The Description property consists of a short description of the error. Use this property to alert the user to an error that you cannot or do not want to handle. When generating a user-defined error, assign a short description of your error to this property. If Description is not filled in, and the value of Number corresponds to a run-time error, the descriptive string associated with the error is returned.

Permanent link Err - Creation date 2020-06-07


< equi-join Glossary / Visual Basic error log >