C# Class PGMEBackend.TilesetLoadErrorException

Inheritance: System.Exception
Exibir arquivo Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
TilesetLoadErrorException ( ) : System
TilesetLoadErrorException ( string message ) : System
TilesetLoadErrorException ( string message, Exception inner ) : System

Method Details

TilesetLoadErrorException() public method

public TilesetLoadErrorException ( ) : System
return System

TilesetLoadErrorException() public method

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

TilesetLoadErrorException() public method

public TilesetLoadErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System