C# Class net.adamec.lib.common.dmn.engine.engine.execution.DmnExecutorException

Exception thrown while executing (evaluating) the DMN Model
Inheritance: Exception
ファイルを表示 Open project: adamecr/Common.DMN.Engine

Public Methods

Method Description
DmnExecutorException ( string message, Exception innerException = null ) : System

Creates DmnExecutorException with given message and optional innerException

Method Details

DmnExecutorException() public method

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
return System