Artemis.Engine.GameSetupException.GameSetupException C# (CSharp) Method

GameSetupException() public method

public GameSetupException ( ) : System
return System
        public GameSetupException()
            : base()
        {
        }

Same methods

GameSetupException::GameSetupException ( SerializationInfo info, StreamingContext context ) : System
GameSetupException::GameSetupException ( string msg ) : System
GameSetupException::GameSetupException ( string msg, Exception inner ) : System
GameSetupException