Method TryCatchSilent
TryCatchSilent(Action?)
Calls the specified action inside try catch block silently.
public static void TryCatchSilent(Action? action)
Parameters
action
ActionAction to call.
Calls the specified action inside try catch block silently.
public static void TryCatchSilent(Action? action)
action
ActionAction to call.