Lines Matching full:caught
2422 * exceptions act as if they were caught by a C++ TryCatch exception
2512 * Returns true if an exception has been caught by this try/catch block.
2520 * Currently, the only type of exception that can be caught by a
2532 * Throws the exception caught by this TryCatch in a way that avoids
2533 * it being caught again by this same TryCatch. As with ThrowException
2536 * is caught.
2541 * Returns the exception caught by this try/catch block. If no exception has
2542 * been caught an empty handle is returned.
2564 * Clears any exceptions that may have been caught by this try/catch block.
2568 * another exception is thrown the previously caught exception will just be
2577 * By default, exceptions that are caught by an external exception
2579 * external exception handler to have exceptions caught by the
2580 * handler reported as if they were not caught.