Table of Contents

Class TokenParsingException

Namespace
Albatross.Expression.Exceptions
Assembly
Albatross.Expression.dll

Exception thrown when token parsing fails during expression analysis.

public class TokenParsingException : Exception, ISerializable
Inheritance
TokenParsingException
Implements
Inherited Members
Extension Methods

Constructors

TokenParsingException(string)

Initializes a new instance of the TokenParsingException class with a specified error message.

public TokenParsingException(string msg)

Parameters

msg string

The message that describes the error.