Geotools.Net

TopologyException Constructor

Initializes a new instance of the TopologyException class.

Overload List

Initializes a new instance of the TopologyException class.

public TopologyException();

Initializes a new instance of the TopologyException class with a specified error message.

public TopologyException(string);

Initializes a new instance of the ApplicationException class with serialized data.

public TopologyException(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 TopologyException(string,Exception);

See Also

TopologyException Class | TopologyException Members | Geotools.Geometries Namespace