C# 클래스 LogoFX.Client.Mvvm.Navigation.NavigationServiceNullException

The exception that is thrown when the navigation service is not set
상속: System.Exception
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
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