Method | Description | |
---|---|---|
GameException ( ) : System | ||
GameException ( string message ) : System | ||
GameException ( string message, Exception ex ) : System |
public GameException ( string message ) : System | ||
message | string | |
return | System |
public GameException ( string message, Exception ex ) : System | ||
message | string | |
ex | Exception | |
return | System |