C# Class Artemis.Engine.GameSetupException

Inheritance: System.Exception
Datei anzeigen Open project: ArtemisEngine/Artemis-Engine

Public Methods

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

Method Details

GameSetupException() public method

public GameSetupException ( ) : System
return System

GameSetupException() public method

public GameSetupException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

GameSetupException() public method

public GameSetupException ( string msg ) : System
msg string
return System

GameSetupException() public method

public GameSetupException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System