Table of Contents

Method InsideTryCatchIfDebug

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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