C# Class PGMEBackend.MapLayoutLoadErrorException

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

Méthodes publiques

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

Method Details

MapLayoutLoadErrorException() public méthode

public MapLayoutLoadErrorException ( ) : System
Résultat System

MapLayoutLoadErrorException() public méthode

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

MapLayoutLoadErrorException() public méthode

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