C# Класс 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
Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
ModelException ( string message, Exception innerException ) : System

Описание методов

ModelException() публичный Метод

public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System