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