Class ParseException
- Namespace
- Steeltoe.Common.Expression.Internal
- Assembly
- Steeltoe.Common.Expression.dll
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)