Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ExoModel
ModelException
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
Datei anzeigen
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