PropertyException(String, String) - конструктор |
PropertyException Constructor.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксисpublic PropertyException(
string message,
string name
)
Public Sub New (
message As String,
name As String
)
public:
PropertyException(
String^ message,
String^ name
)
new :
message : string *
name : string -> PropertyException
Параметры
- message
- Тип: SystemString
Error message text. - name
- Тип: SystemString
The name of the property that is at the origin of the exception.
См. также