Method ExceptionLoggerIgnored
ExceptionLoggerIgnored(Type)
Gets whether exceptions of the specified type are ignored in the exception logger.
public static bool ExceptionLoggerIgnored(Type t)
Parameters
t
TypeType of the exception.
Returns
- bool
True if exception is ignored in the exception logger; False if it is processed.