ServiceValidationException(String, Exception) - конструктор
ServiceValidationException Constructor.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public ServiceValidationException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ServiceValidationException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ServiceValidationException
Параметры
- message String
- Error message text.
- innerException Exception
- Inner exception.