Table of Contents

Method ExceptionLoggerSetIgnore

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

ExceptionLoggerSetIgnore<T>(bool)

Sets whether exceptions of the specified type are ignored in the exception logger.

public static void ExceptionLoggerSetIgnore<T>(bool value = true)

Parameters

value bool

Whether to ignore the exceptions of the specified type.

Type Parameters

T

Type of the exception to ignore.