Method InsideTryCatchIfDebug
InsideTryCatchIfDebug(Action?)
Calls the specified action inside try catch block when DEBUG is specified; otherwise simply calls the action without try catch block.
public static void InsideTryCatchIfDebug(Action? action)
Parameters
action
Action