C# Class LogoFX.Client.Mvvm.Navigation.NavigationServiceNullException

The exception that is thrown when the navigation service is not set
Inheritance: System.Exception
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
NavigationServiceNullException ( ) : System

Initializes a new instance of NavigationServiceNullException class.

NavigationServiceNullException ( string message ) : System

Initializes a new instance of NavigationServiceNullException class.

Method Details

NavigationServiceNullException() public méthode

Initializes a new instance of NavigationServiceNullException class.
public NavigationServiceNullException ( ) : System
Résultat System

NavigationServiceNullException() public méthode

Initializes a new instance of NavigationServiceNullException class.
public NavigationServiceNullException ( string message ) : System
message string The error message.
Résultat System