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

The exception that is thrown when the navigation service is not set
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of NavigationServiceNullException class.

NavigationServiceNullException ( string message ) : System

Initializes a new instance of NavigationServiceNullException class.

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

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

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

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

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