Class ParseException
The exception that is thrown in the process of parsing expression tree.
[Serializable]
public class ParseException : Exception, ISerializable
- Inheritance
-
ParseException
- Implements
- Inherited Members
Constructors
ParseException()
Initializes a new instance of the ParseException class.
public ParseException()
ParseException(string)
Initializes a new instance of the ParseException class with a specified error message.
public ParseException(string message)
Parameters
ParseException(string, Exception)
Initializes a new instance of the ParseException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ParseException(string message, Exception inner)