Class ParseException
- 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 ParseException : ExpressionException, ISerializable
- Inheritance
-
ParseException
- Implements
- Derived
- Inherited Members
Constructors
ParseException(int, string)
public ParseException(int position, string message)
Parameters
ParseException(int, string, Exception)
public ParseException(int position, string message, Exception cause)
Parameters
ParseException(string, int, string)
public ParseException(string expressionString, int position, string message)