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

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

Public Methods

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

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

NavigationServiceNullException() public method

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