Exception thrown when an error occurs in document parsing.
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public class ParserException : Exception |
Remarks
It may optionally include the following fields:
- Locator (file name, URL, etc.)
- Line number (negative for unknown)
- The text of the actual offending line (Null if unknown)
- Character offset (negative for unknown)
Original BioJava version by Matthew Pocock and Greg Cox. Port to C# by Doug Swisher.