C# Class Game.NET.GameException

Inheritance: Exception
ファイルを表示 Open project: GameDotNet/Game.NET

Public Methods

Method Description
GameException ( ) : System
GameException ( string message ) : System
GameException ( string message, Exception ex ) : System

Method Details

GameException() public method

public GameException ( ) : System
return System

GameException() public method

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

GameException() public method

public GameException ( string message, Exception ex ) : System
message string
ex Exception
return System