tryDepth
- function
- The tryDepth() function returns the current level of nesting of try/catch blocks. This can be used to quickly determine whether a thrown exception will be caught at some higher level of the call stack: a return value of zero indicates there are no try/catch blocks in effect.