C# Class NSwagStudio.ViewModels.ViewModelBase

The base view model.
Inheritance: MyToolkit.Mvvm.ViewModelBase
Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode Description
HandleException ( Exception exception ) : void

Handles the exception.

Method Details

HandleException() public méthode

Handles the exception.
public HandleException ( Exception exception ) : void
exception System.Exception The exception.
Résultat void