C# Class MetroIde.Dialogs.MetroException

Afficher le fichier Open project: ChadSki/Quickbeam

Méthodes publiques

Méthode Description
Show ( Exception ex ) : void

Because you are the only exception.

Method Details

Show() public static méthode

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