C# Класс LogoFX.Client.Mvvm.Navigation.UnregisteredTypeException

The exception that is thrown when trying to navigate to an unregistered type.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of UnregisteredTypeException class.

UnregisteredTypeException ( string message ) : System

Initializes a new instance of UnregisteredTypeException class.

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

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

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

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

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