Class ParseException
Inheritance
System.Object
System.Exception
ParseException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Expressions.JS
Assembly: Lucene.Net.Expressions.dll
Syntax
public class ParseException : Exception
Constructors
| Improve this Doc View SourceParseException(String, Int32)
Declaration
public ParseException(string message, int charPositionInLine)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Int32 | charPositionInLine |