Share via


LiveConnectSessionChangedEventArgs(Exception) constructor

Initializes a new instance of LiveConnectSessionChangedEventArgs.

Note

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

Syntax

LiveConnectSessionChangedEventArgs LiveConnectSessionChangedEventArgs(
  Exception error
)
Sub New (
  error As Exception 
) As LiveConnectSessionChangedEventArgs

Parameters

  • error

    Type: Exception

    The error to display.

Return value

Type: LiveConnectSessionChangedEventArgs

An initialized instance of the class.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live.Controls

Assembly

Microsoft.Live.dll

See also

LiveConnectSessionChangedEventArgs

LiveConnectSessionChangedEventArgs(LiveConnectSession)