Table of Contents

Method TryCatchSilent

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

TryCatchSilent(Action?)

Calls the specified action inside try catch block silently.

public static void TryCatchSilent(Action? action)

Parameters

action Action

Action to call.