VB also utilizes something called the Err object. It contains data that your application needs to know in order to respond properly to errors. The Err object has six properties (Number, Description, Source, HelpFile, HelpContext, and LastDLLError) and two methods associated with it (Clear and Raise). Number returns the error number of common VB errors and Description returns a description for that error number