AutodiscoverRemoteException(String, AutodiscoverError, Exception) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Autodiscover
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public AutodiscoverRemoteException(
string message,
AutodiscoverError error,
Exception innerException
)
Public Sub New (
message As String,
error As AutodiscoverError,
innerException As Exception
)
public:
AutodiscoverRemoteException(
String^ message,
AutodiscoverError^ error,
Exception^ innerException
)
new :
message : string *
error : AutodiscoverError *
innerException : Exception -> AutodiscoverRemoteException
Параметры
- message
- Тип: SystemString
The message. - error
- Тип: Tessa.Exchange.WebServices.AutodiscoverAutodiscoverError
The error. - innerException
- Тип: SystemException
The inner exception.
См. также