OnlineIdServiceTicket.ErrorCode Property

Definition

If there was an error in obtaining the ticket, then the error code is captured here.

Note

If you are developing for Windows 10 or greater, use the Windows.Security.Authentication.Web.Core APIs instead. For more information, see Web account manager.

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

Property Value

Int32

int

The error code number.

Applies to