C# Class ETMapHelper.Exceptions.MissingPropertyException

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

Méthodes publiques

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

Method Details

MissingPropertyException() public méthode

public MissingPropertyException ( ) : System
Résultat System

MissingPropertyException() public méthode

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

MissingPropertyException() public méthode

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