err.raise

A

abcd

I have a VB compoonent I am using

err.raise err.number, err.source, err.description

my ASP page doesnt show me the error raised....its shows err.number = 0

any clues
 
M

Mark J. McGinty

abcd said:
I have a VB compoonent I am using

err.raise err.number, err.source, err.description

my ASP page doesnt show me the error raised....its shows err.number = 0

any clues

That would mean that the Err object has been cleared before the values were
read from it. Save the Err.Number, etc. values to variables before raising
an error.

(Of course you're aware that merely omitting an error handler would
accomplish the same thing, right?)


-Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,081
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top