Class LanguageUtils
System.Object
  Westwind.Utilities.LanguageUtils
public static class LanguageUtils : object

Class Members

MemberDescription

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)

IgnoreErrors

public static T IgnoreErrors(Func operation,     T defaultValue)

Requirements

Namespace: Westwind.Utilities
Assembly: westwind.utilities.dll

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