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