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
stringError message text.
accountUnlockUrl
UriURL for client to visit to unlock account.
innerException
ExceptionInner 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