ExceptionSettings.SupportsExceptionCodes 属性

定义

获取此异常设置组是否支持异常代码。

public:
 property bool SupportsExceptionCodes { bool get(); };
public:
 property bool SupportsExceptionCodes { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool SupportsExceptionCodes { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.SupportsExceptionCodes : bool
Public ReadOnly Property SupportsExceptionCodes As Boolean

属性值

Boolean

布尔值; true 如果组支持异常代码, false 则为; 否则为。

属性

注解

如果 "异常设置" 组支持异常代码,则异常的代码将作为集合中的唯一键,并允许重复的名称。 否则,名称必须是唯一的。

适用于