Class EvaluationException
Inheritance
object
EvaluationException
Namespace: Unity.VisualScripting.Dependencies.NCalc
Assembly: solution.dll
Syntax
public sealed class EvaluationException : ApplicationException
Constructors
EvaluationException(string)
Declaration
public EvaluationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
EvaluationException(string, Exception)
Declaration
public EvaluationException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |