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, ISerializableInheritance
Implements
Inherited Members
Constructors
ViewModelRouteNotFoundException(Type)
Initializes a new instance of the ViewModelRouteNotFoundException class for a ViewModel type.
public ViewModelRouteNotFoundException(Type viewModelType)Parameters
viewModelTypeType-
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
keyobject-
The key that has no associated page.