Для изменения размера нажмите или перетащите

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
)

Параметры

message
Тип: SystemString
Error message text.
name
Тип: SystemString
The name of the property that is at the origin of the exception.
innerException
Тип: SystemException
Inner exception.
См. также