AccountIsLockedException constructor
Implementation
AccountIsLockedException(
    String message, Uri accountUnlockUrl, Exception innerException)
    : super(message, innerException) {
  this.AccountUnlockUrl = accountUnlockUrl;
}AccountIsLockedException(
    String message, Uri accountUnlockUrl, Exception innerException)
    : super(message, innerException) {
  this.AccountUnlockUrl = accountUnlockUrl;
}