DkmReportNonFatalWatsonExceptionAttribute.ExcludeExceptionType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要从报告中排除的异常类型
public:
property Type ^ ExcludeExceptionType { Type ^ get(); void set(Type ^ value); };
public:
property Platform::Type ^ ExcludeExceptionType { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type ExcludeExceptionType { get; set; }
member this.ExcludeExceptionType : Type with get, set
Public Property ExcludeExceptionType As Type