Contact Yart for a relaxed conversation
Your Name * Message *
Your Email *  
Your Phone   
Our Phone:        03 8685 8718 (within Australia)
61 3 8685 8718 (outside Australia)
Contact Yart

Melbourne Content Management and Flash developers

 

for designers, agencies and your website

Resources / Programming / ASP Error Handling
ASP Error Handling

Here's how to add error handling in ASP:

'set the error to 0 in case a previous error check set it to something else

err.Number = 0
on error resume next

'check for conditions here
if err.Number <> 0 then
'do something, an error has occurred
  'set the error to 0 in case another error check will be performed
  err.Number = 0
end if
The latest at Yart
Search: