Microsoft.Live.LiveAuthException class

Used to indicate when an exception has occurred during the Auth process.

Syntax

public class LiveAuthException
Public Class LiveAuthException

Members

The LiveAuthException class has these types of members:

Constructors

The LiveAuthException class has these constructors.

Constructor

Description

LiveAuthException()

Initializes a new instance of the LiveAuthException class.

LiveAuthException(String, String)

Initializes a new instance of the LiveAuthException class, passing an error code string and a message string.

LiveAuthException(String, String, Exception)

Initializes a new instance of the LiveAuthException class, passing an error code string, a message string, and an Exception object.

Methods

The LiveAuthException class has these methods. It also inherits methods from the Object class.

Method

Description

ToString()

Returns a string that represents the current object.

Properties

The LiveAuthException class has these properties.

Property

Access type

Description

ErrorCode property

Read-only

The error code that is returned from the Auth operation.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll