PropertyException(String, String, Exception) - конструктор
PropertyException Constructor.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- Error message text.
- name String
- The name of the property that is at the origin of the exception.
- innerException Exception
- Inner exception.