Table of Contents

Class ViewModelRouteNotFoundException

Namespace
Blazing.Mvvm.Components
Assembly
Blazing.Mvvm.dll

Exception thrown when a ViewModel or key has no associated page route in the navigation cache.

public sealed class ViewModelRouteNotFoundException : ArgumentException, ISerializable

Inheritance

Implements

Inherited Members

Constructors

ViewModelRouteNotFoundException(Type)

Initializes a new instance of the ViewModelRouteNotFoundException class for a ViewModel type.

public ViewModelRouteNotFoundException(Type viewModelType)

Parameters

viewModelType Type

The ViewModel type that has no associated page.

ViewModelRouteNotFoundException(object)

Initializes a new instance of the ViewModelRouteNotFoundException class for a keyed ViewModel.

public ViewModelRouteNotFoundException(object key)

Parameters

key object

The key that has no associated page.