C# Class MvvmNano.MvvmNanoException

Is thrown whenever something bad happens internally of MvvmNano.
Inheritance: System.Exception
ファイルを表示 Open project: aspnetde/MvvmNano

Public Methods

Method Description
MvvmNanoException ( string message ) : System

Method Details

MvvmNanoException() public method

public MvvmNanoException ( string message ) : System
message string
return System