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