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