DispatchRuntime.SuppressAuditFailure 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是否要取消显示记录过程中出现的非关键异常。
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
。 默认情况下,只会对应用程序重新引发因尝试写入审核事件而产生的 OutOfMemoryException、StackOverflowException、ThreadAbortException 和 ArgumentException 异常;将取消显示其他所有异常。