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

The exception that is thrown when trying to navigate to an unregistered type.
Inheritance: System.Exception
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
UnregisteredTypeException ( ) : System

Initializes a new instance of UnregisteredTypeException class.

UnregisteredTypeException ( string message ) : System

Initializes a new instance of UnregisteredTypeException class.

Method Details

UnregisteredTypeException() public méthode

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

UnregisteredTypeException() public méthode

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