C# Class ETMapHelper.Exceptions.MapStructureException

Inheritance: Exception
Afficher le fichier Open project: sibel1us/ETMapTool

Méthodes publiques

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

Method Details

MapStructureException() public méthode

public MapStructureException ( ) : System
Résultat System

MapStructureException() public méthode

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

MapStructureException() public méthode

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