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
| Edit this page View SourceParseException(Exception)
Creates a ParseException with es 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 innerExceptions detail message
Declaration
public ParseException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException | The inner exception |