LanguageUtils.IgnoreErrors

Runs an operation and ignores any Exceptions that occur. Returns true or falls depending on whether catch was triggered

public static bool IgnoreErrors(Action operation)

Parameters

operation
lambda that performs an operation that might throw


See also:

Class LanguageUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic