C# Class GameCommon.GameExceptions

Inheritance: System.Exception
Show file Open project: nzhul/TelerikAcademy

Public Methods

Method Description
GameExceptions ( ) : System
GameExceptions ( string message ) : System

Method Details

GameExceptions() public method

public GameExceptions ( ) : System
return System

GameExceptions() public method

public GameExceptions ( string message ) : System
message string
return System