Skip to content

Latest commit

 

History

History
73 lines (33 loc) · 3.83 KB

net.adamec.lib.common.dmn.engine.engine.execution__b8ylzp.md

File metadata and controls

73 lines (33 loc) · 3.83 KB

DMN Engine Documentation

Classes

Name Modifier Summary
DmnExecutorException public Exception thrown while executing (evaluating) the DMN Model

Go to namespaces or types

Namespace: net.adamec.lib.common.dmn.engine.engine.execution
Assembly: net.adamec.lib.common.dmn.engine
Sources: engine\execution\DmnExecutorException.cs

Exception thrown while executing (evaluating) the DMN Model

public class DmnExecutorException : Exception

Inheritance: object -> System.Exception
Implements: System.Runtime.Serialization.ISerializable

Constructors

Name Modifier Summary
DmnExecutorException(string, Exception) public Creates DmnExecutorException with given message and optional innerException

Go to namespaces or types

Namespace: net.adamec.lib.common.dmn.engine.engine.execution
Assembly: net.adamec.lib.common.dmn.engine
Type: DmnExecutorException
Sources: engine\execution\DmnExecutorException.cs

Creates DmnExecutorException with given message and optional innerException

public DmnExecutorException(string message, Exception innerException = null)

Constructor parameters

string message
Error message
System.Exception innerException
Optional inner exception
Go to namespaces or types