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

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

Public Methods

Method 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 method

Initializes a new instance of UnregisteredTypeException class.
public UnregisteredTypeException ( ) : System
return System

UnregisteredTypeException() public method

Initializes a new instance of UnregisteredTypeException class.
public UnregisteredTypeException ( string message ) : System
message string
return System