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

錯誤碼編號。

適用於