C# Class ExoModel.ModelException

Wrap exceptions in this type to control the information displayed in the UI when a more abstracted or informative message is desired. See ServiceHandler.ProcessRequest for implications
Inheritance: System.ApplicationException
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
ModelException ( string message, Exception innerException ) : System

Method Details

ModelException() public méthode

public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System