C# Class DoomRPG.Utils

显示文件 Open project: Kyle873/DoomRPG

Public Methods

Method Description
ShowError ( Exception e ) : void
ShowError ( string text, string caption = "Error" ) : void

Method Details

ShowError() public static method

public static ShowError ( Exception e ) : void
e System.Exception
return void

ShowError() public static method

public static ShowError ( string text, string caption = "Error" ) : void
text string
caption string
return void