Table of Contents

Method AvoidException

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

AvoidException(Action)

Executes Action and calls ProcessException event if exception was raised during execution.

public virtual bool AvoidException(Action action)

Parameters

action Action

Action to execute.

Returns

bool