• Evaluating Exception Numbers

    Hi people,

    I'm trying to evaluate the number i.e. error code of an exception thrown within a script. I know that using the class ViException allows me to access "Number" which is not available in the class Exception.

    I've tried catching an…