Model.GameException.GameException C# (CSharp) Méthode

GameException() public méthode

public GameException ( string message ) : System
message string
Résultat System
		public GameException(string message): base(message)
		{
		}

Same methods

GameException::GameException ( string message, Exception e ) : System
GameException