DispatchRuntime.SuppressAuditFailure 属性

定义

获取或设置一个值,该值指定是否要取消显示记录过程中出现的非关键异常。

public:
 property bool SuppressAuditFailure { bool get(); void set(bool value); };
public bool SuppressAuditFailure { get; set; }
member this.SuppressAuditFailure : bool with get, set
Public Property SuppressAuditFailure As Boolean

属性值

如果取消显示记录过程中出现的非关键异常,则为 true;否则为 false。 默认值为 true

注解

如果希望对应用程序重新引发写入审核日志过程中发生的异常,请将 SuppressAuditFailure 设置为 false。 默认情况下,只会对应用程序重新引发因尝试写入审核事件而产生的 OutOfMemoryExceptionStackOverflowExceptionThreadAbortExceptionArgumentException 异常;将取消显示其他所有异常。

适用于