guitardave78
Programmer
Is it possible in a class to catch all error and change the way they are displayed.
This is more lazyness. I dont want to catch every possible error in every function of the class.
For example, if a path is not found you get this
Microsoft VBScript runtime error '800a004c'
Path not found
/explorer/includes/browserclass.asp, line 564
i would like it to just display
Path not found.
Or is there a way of catching the point that a class has been fully loaded (like initialize?)
}...the bane of my life!
This is more lazyness. I dont want to catch every possible error in every function of the class.
For example, if a path is not found you get this
Microsoft VBScript runtime error '800a004c'
Path not found
/explorer/includes/browserclass.asp, line 564
i would like it to just display
Path not found.
Or is there a way of catching the point that a class has been fully loaded (like initialize?)
}...the bane of my life!