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-2024 • Updated: 06/29/24
Comment or report problem with topic