ApplicationRegistrationException(String, Exception) - конструктор |
Пространство имён:
Tessa.Applications.Services.PlatformApplication
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The message.
- innerException
- Тип: SystemException
The inner exception.
См. также