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