C# Class NSwagStudio.ViewModels.ViewModelBase

The base view model.
Inheritance: MyToolkit.Mvvm.ViewModelBase
显示文件 Open project: NSwag/NSwag

Public Methods

Method Description
HandleException ( Exception exception ) : void

Handles the exception.

Method Details

HandleException() public method

Handles the exception.
public HandleException ( Exception exception ) : void
exception System.Exception The exception.
return void