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