Table of Contents

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

position int
message string

ParseException(int, string, Exception)

public ParseException(int position, string message, Exception cause)

Parameters

position int
message string
cause Exception

ParseException(string, int, string)

public ParseException(string expressionString, int position, string message)

Parameters

expressionString string
position int
message string