Table of Contents

Method ExceptionLoggerIgnored

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

ExceptionLoggerIgnored(Type)

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

public static bool ExceptionLoggerIgnored(Type t)

Parameters

t Type

Type of the exception.

Returns

bool

True if exception is ignored in the exception logger; False if it is processed.