C# Класс Lawo.EmberPlusSharp.Model.ModelException

The exception that is thrown when a model-related error occurs.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ModelException ( ) : System

Initializes a new instance of the ModelException class.

ModelException ( string message ) : System

Initializes a new instance of the ModelException class.

ModelException ( string message, Exception innerException ) : System

Initializes a new instance of the ModelException class.

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

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

Initializes a new instance of the ModelException class.
public ModelException ( ) : System
Результат System

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

Initializes a new instance of the ModelException class.
public ModelException ( string message ) : System
message string
Результат System

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

Initializes a new instance of the ModelException class.
public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System