ApplicationRegistrationException(String, Exception) - конструктор
Пространство имён: Tessa.Applications.Services.PlatformApplicationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ApplicationRegistrationException(
[NotNullAttribute] string message,
[CanBeNullAttribute] Exception innerException
)
Public Sub New (
<NotNullAttribute> message As String,
<CanBeNullAttribute> innerException As Exception
)
public:
ApplicationRegistrationException(
[NotNullAttribute] String^ message,
[CanBeNullAttribute] Exception^ innerException
)
new :
[<NotNullAttribute>] message : string *
[<CanBeNullAttribute>] innerException : Exception -> ApplicationRegistrationException
Параметры
- message String
-
The message.
- innerException Exception
-
The inner exception.