Class ExceptionManager

ExceptionManager class

Provides the ability to ignore exceptions.

public static class ExceptionManager

Properties

NameDescription
static IgnoreAll { get; set; }Ignore all exceptions.
static IgnoreExceptionsHandler { get; set; }Provides possibility to handle Exceptions.
static IgnoreExceptionsLogHandler { get; set; }Provides possibility to handle Ignored Exceptions Log.
static IgnoreList { get; }List of exceptions to be ignored.

See Also