Initializes a new instance of the ParseException class.
Initializes a new instance of the ParseException class.
public ParseException();
Initializes a new instance of the ParseException class with a specified error message.
public ParseException(string);
Initializes a new instance of the ApplicationException class with serialized data.
public ParseException(SerializationInfo,StreamingContext);
Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ParseException(string,Exception);
ParseException Class | ParseException Members | Geotools.IO Namespace