Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Err.Raise Custom Description Replaced w/ Default for Error Number

Status
Not open for further replies.

RobbMN

Programmer
Joined
Mar 2, 2004
Messages
19
Location
US
I'm raising an error from a DLL and when it is caught in the invoking DLL, the Err.Source is blank, and the Err.Description is not the custom message I raised. The Description is set to the default VB description for the actual Err.Number.
I'm running VB 6.0, Service Pack 6, on an XP machine.
The exact same code works in Win2000.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top