AutodiscoverRemoteException(String, AutodiscoverError, Exception) - конструктор
Пространство имён: Tessa.Exchange.WebServices.AutodiscoverСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- The message.
- error AutodiscoverError
- The error.
- innerException Exception
- The inner exception.