AccountIsLockedException(String, Uri, Exception) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- Error message text.
- accountUnlockUrl Uri
- URL for client to visit to unlock account.
- innerException Exception
- Inner exception.