Method AvoidException
AvoidException(Action)
Executes Action and calls ProcessException event if exception was raised during execution.
bool AvoidException(Action action)
Parameters
action
Action
Executes Action and calls ProcessException event if exception was raised during execution.
bool AvoidException(Action action)
action
Action