Class EvaluationException
Implements
Inherited Members
Namespace: Unity.VisualScripting.Dependencies.NCalc
Assembly: Unity.VisualScripting.Flow.dll
Syntax
public sealed class EvaluationException : ApplicationException, ISerializable
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 |