C# Класс Catel.NotSupportedInPlatformException

Exception in case the functionality is not supported in the current platform. Unfortunately, some platforms miss a lot of functionality. When a feature is not supported in Catel, this is because the .NET Framework (or actually the specified platform) does not allow the code to handle that specific feature.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NotSupportedInPlatformException ( ) : System

Initializes a new instance of the NotSupportedInPlatformException class.

NotSupportedInPlatformException ( string message ) : System

Initializes a new instance of the NotSupportedInPlatformException class.

Описание методов

NotSupportedInPlatformException() публичный Метод

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( ) : System
Результат System

NotSupportedInPlatformException() публичный Метод

Initializes a new instance of the NotSupportedInPlatformException class.
public NotSupportedInPlatformException ( string message ) : System
message string The message.
Результат System