Where is the ENTIRE list of compile time error messages/numbers stored in vb/visual studi

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

I need to print out a list of ALL the ppossible compile time errors
that the VB.net compiler might find.

Where is this list stored and how can I access it?

mike
 
mike said:
I need to print out a list of ALL the ppossible compile time errors
that the VB.net compiler might find.

Dare I ask what you'd want to /do/ with this, even assuming you could
get hold of it?

Regards,
Phill W.
 
Dear Phil:

sorry I have not responded back to you quickly. I have been away and
without internet connections.

I need the list because I have written a program which allows the user
to generate his or her own code and then compile it on the fly. If
that code generates an error message, i need to enable the user to
understand that message or, I might want to intercept the message, and
create my own explanation of it, and or suggest a fix to the user.

Any thoughts?

Again, sorry for the long time to respond, and many thanks for your own
response to me.

Mike
 
Back
Top