Class GeoWKTException
An exception when handling shapes in Well-Known Text (WKT) format
Inheritance
GeoWKTException
Assembly: OpenSearch.Client.dll
Syntax
public class GeoWKTException : Exception, ISerializable
Constructors
|
Edit this page
View Source
GeoWKTException(string)
Declaration
public GeoWKTException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
GeoWKTException(string, int, int)
Declaration
public GeoWKTException(string message, int lineNumber, int position)
Parameters
Type |
Name |
Description |
string |
message |
|
int |
lineNumber |
|
int |
position |
|
Implements
Extension Methods