Class ParseException
Parsing related exceptions
public class ParseException : ApplicationException, ISerializable
- Inheritance
-
ParseException
- Implements
- Inherited Members
- Extension Methods
Constructors
ParseException(SerializationInfo, StreamingContext)
protected ParseException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
ParseException(Type, string)
public ParseException(Type typeNotParsed, string lineNotParsed)
Parameters
ParseException(Type, string, Exception)
public ParseException(Type typeNotParsed, string lineNotParsed, Exception inner)
Parameters
ParseException(Type, string, string)
No results in file.
public ParseException(Type typeNotParsed, string message, string path)
Parameters
Fields
TypeNotParsed
public Type TypeNotParsed