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
Show file Open project: vc3/ExoModel

Public Methods

Method Description
ModelException ( string message, Exception innerException ) : System

Method Details

ModelException() public method

public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System