ChartBuildingException(String) - конструктор |
Initializes a new instance of the
Exception class with a specified error message.
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ChartBuildingException(
string message
)
Public Sub New (
message As String
)
public:
ChartBuildingException(
String^ message
)
new :
message : string -> ChartBuildingException
Параметры
- message
- Тип: SystemString
The message that describes the error.
См. также