Share via


LiveConnectSessionChangedEventArgs.Error property

An Exception instance.

Note

This member is available only for Windows Phone apps. For Windows Store apps, use LiveAuthClient.LoginAsync to build a sign-in control.

Syntax

public System.Exception Error { get; }
Public ReadOnly Property Error As System.Exception

Property value

Type: System.Exception

The exception to display.

See also

LiveConnectSessionChangedEventArgs