C# Class MetroIde.Dialogs.MetroException

ファイルを表示 Open project: ChadSki/Quickbeam

Public Methods

Method Description
Show ( Exception ex ) : void

Because you are the only exception.

Method Details

Show() public static method

Because you are the only exception.
public static Show ( Exception ex ) : void
ex System.Exception The exception to pass into the dialog.
return void