C# 클래스 net.adamec.lib.common.dmn.engine.engine.execution.DmnExecutorException

Exception thrown while executing (evaluating) the DMN Model
상속: Exception
파일 보기 프로젝트 열기: adamecr/Common.DMN.Engine

공개 메소드들

메소드 설명
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