ExceptionManager
ExceptionManager class
提供忽略异常的能力。
public static class ExceptionManager
特性
| 姓名 | 描述 |
|---|---|
| static IgnoreAll { get; set; } | 忽略所有异常。 |
| static IgnoreExceptionsHandler { get; set; } | 提供处理异常的可能性。 |
| static IgnoreExceptionsLogHandler { get; set; } | 提供处理忽略异常日志的可能性。 |
| static IgnoreList { get; } | 要忽略的异常列表。 |