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(Action)Declarationpublic static bool OnExceptionIgnore(
Action action
) Summary
Evaluates the specified code. If the code throws any exceptions, catches and suppresses them. ParametersAction | action |
The code to be executed. |
Returns
True if action returned without exceptions, false otherwise. |