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