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

The exception that is thrown when trying to navigate to an unregistered type.
상속: System.Exception
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
UnregisteredTypeException ( ) : System

Initializes a new instance of UnregisteredTypeException class.

UnregisteredTypeException ( string message ) : System

Initializes a new instance of UnregisteredTypeException class.

메소드 상세

UnregisteredTypeException() 공개 메소드

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

UnregisteredTypeException() 공개 메소드

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