OnlineIdServiceTicket.ErrorCode 属性

定义

如果在获取票证时出错,则会在此处捕获错误代码。

注意

如果要针对Windows 10或更高版本进行开发,请改用 Windows.Security.Authentication.Web.Core API。 有关详细信息,请参阅 Web 帐户管理器

public:
 property int ErrorCode { int get(); };
int ErrorCode();
public int ErrorCode { get; }
var int32 = onlineIdServiceTicket.errorCode;
Public ReadOnly Property ErrorCode As Integer

属性值

Int32

int

错误代码号。

适用于