Table of Contents

Class AccountIsLockedException

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an error that occurs when the account that is being accessed is locked and requires user interaction to be unlocked.

public class AccountIsLockedException : ServiceRemoteException, ISerializable
Inheritance
AccountIsLockedException
Implements
Inherited Members

Constructors

AccountIsLockedException(string, Uri, Exception)

Initializes a new instance of the AccountIsLockedException class.

public AccountIsLockedException(string message, Uri accountUnlockUrl, Exception innerException)

Parameters

message string

Error message text.

accountUnlockUrl Uri

URL for client to visit to unlock account.

innerException Exception

Inner exception.

Properties

AccountUnlockUrl

Gets the URL of a web page where the user can navigate to unlock his or her account.

public Uri AccountUnlockUrl { get; }

Property Value

Uri