C# Class Fusion.Engine.Common.GameException

Inheritance: System.Exception
Exibir arquivo Open project: demiurghg/FusionEngine

Public Methods

Method Description
GameException ( ) : System
GameException ( string message ) : System
GameException ( string message, Exception inner ) : 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 inner ) : System
message string
inner System.Exception
return System