PrincipalOperationException.ErrorCode 属性

定义

返回整数错误代码。

public:
 property int ErrorCode { int get(); };
public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer

属性值

整数错误代码。 如果收到来自 win32 API 的基础错误,系统将在异常错误代码属性中返回 0(零)。 调用方需要区分 0(零)和有效的 win32 错误代码。

适用于