C# Класс net.adamec.lib.common.dmn.engine.engine.execution.DmnExecutorException

Exception thrown while executing (evaluating) the DMN Model
Наследование: Exception
Показать файл Открыть проект

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

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

Creates DmnExecutorException with given message and optional innerException

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

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

Creates DmnExecutorException with given message and optional innerException
public DmnExecutorException ( string message, Exception innerException = null ) : System
message string Error message
innerException Exception Optional inner exception
Результат System