Class EvaluationException
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class EvaluationException : ExpressionException, ISerializable
- Inheritance
-
EvaluationException
- Implements
- Derived
- Inherited Members
Constructors
EvaluationException(int, string)
public EvaluationException(int position, string message)
Parameters
EvaluationException(int, string, Exception)
public EvaluationException(int position, string message, Exception cause)
Parameters
EvaluationException(string)
public EvaluationException(string message)
Parameters
message
string
EvaluationException(string, Exception)
public EvaluationException(string message, Exception cause)
Parameters
EvaluationException(string, string)
public EvaluationException(string expressionstring, string message)