AccountIsLockedException(String, Uri, Exception) - конструктор

Initializes a new instance of the AccountIsLockedException class.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public AccountIsLockedException(
	string message,
	Uri accountUnlockUrl,
	Exception innerException
)

Параметры

message  String
Error message text.
accountUnlockUrl  Uri
URL for client to visit to unlock account.
innerException  Exception
Inner exception.

См. также