SyntaxConvertingException(String) - конструктор
Initializes a new instance of the ApplicationException class with a specified error message.
Пространство имён: Tessa.Views.Parser.SyntaxTreeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public SyntaxConvertingException(
string message
)
Public Sub New (
message As String
)
public:
SyntaxConvertingException(
String^ message
)
new :
message : string -> SyntaxConvertingException
Параметры
- message String
- A message that describes the error.