Table of Contents

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

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