Class ParseException
Thrown by a WKTReader
when a parsing problem occurs.
Implements
Inherited Members
Namespace: NetTopologySuite.IO
Assembly: NetTopologySuite.dll
Syntax
public class ParseException : ApplicationException, ISerializable
Constructors
| Improve this Doc View SourceParseException(Exception)
Creates a ParseException
with e
s detail message.
Declaration
public ParseException(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | An exception that occurred while a |
ParseException(String)
Creates a ParseException
with the given detail message.
Declaration
public ParseException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | A description of this |
ParseException(String, Exception)
Creates a ParseException
with innerException
s detail message
Declaration
public ParseException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException | The inner exception |