OnlineIdServiceTicket.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.