Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: bool OnExceptionIgnore<TException>(Action)Declarationpublic static bool OnExceptionIgnore<TException>(
Action action
) Summary
Evaluates the specified code and returns its result. If the code throws TException, catches
and suppresses it. Doesn't catch any other exceptions. Generic type parametersTException | This type parameter is not documented. |
ParametersAction | action |
The code to be executed. |
Returns
True if action returned without exceptions, false if TException was caught and
suppressed. |