Share via


OnlineIdSystemTicketResult.ExtendedError Property

Definition

Represents the Windows Runtime error associated with a failed attempt to retrieve the system ticket.

public:
 property HResult ExtendedError { HResult get(); };
HResult ExtendedError();
public System.Exception ExtendedError { get; }
var hResult = onlineIdSystemTicketResult.extendedError;
Public ReadOnly Property ExtendedError As Exception

Property Value

The Windows Runtime error code.

Applies to