C# Class PGMEBackend.TilesetLoadErrorException

Inheritance: System.Exception
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
TilesetLoadErrorException ( ) : System
TilesetLoadErrorException ( string message ) : System
TilesetLoadErrorException ( string message, Exception inner ) : System

Method Details

TilesetLoadErrorException() public méthode

public TilesetLoadErrorException ( ) : System
Résultat System

TilesetLoadErrorException() public méthode

public TilesetLoadErrorException ( string message ) : System
message string
Résultat System

TilesetLoadErrorException() public méthode

public TilesetLoadErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System