AccountIsLockedException(String, Uri, Exception) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public AccountIsLockedException(
string message,
Uri accountUnlockUrl,
Exception innerException
)
Public Sub New (
message As String,
accountUnlockUrl As Uri,
innerException As Exception
)
public:
AccountIsLockedException(
String^ message,
Uri^ accountUnlockUrl,
Exception^ innerException
)
new :
message : string *
accountUnlockUrl : Uri *
innerException : Exception -> AccountIsLockedException
Параметры
- message
- Тип: SystemString
Error message text. - accountUnlockUrl
- Тип: SystemUri
URL for client to visit to unlock account. - innerException
- Тип: SystemException
Inner exception.
См. также