Closed will-aristocrat closed 1 year ago
When using a try/catch block inside a runtime script it will not pass through into the catch due to the CLRExceptionHandler injecting its own try/catch at the first/last lines of a method.
Fixed in 5d0c9a4
When using a try/catch block inside a runtime script it will not pass through into the catch due to the CLRExceptionHandler injecting its own try/catch at the first/last lines of a method.