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