Search:

Type: Posts; User: jordileft

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    875

    Re: How to handle this particular Exception

    I tried what you said and also tried with Throwable with no results. Looks like user abortion is not thrown, at least by the things I want to detect, at least knowing my syntax is fine I will be able...
  2. Replies
    5
    Views
    875

    Re: How to handle this particular Exception

    I tried that but I still don't detect abortion, that's my attempt with try-catch:


    try
    {
    //Protected code
    RunFileReturn =...
  3. Replies
    5
    Views
    875

    How to handle this particular Exception

    Hi there!

    I call a function (called runFile) in my code that an external library provides me for running external scripts from file. I succesfully call any script I want to run, but the problem is...
Results 1 to 3 of 3