Class InvalidPolylineException
- Namespace
- PolylineAlgorithm
- Assembly
- PolylineAlgorithm.dll
Exception thrown when a polyline is determined to be malformed or invalid during processing.
public sealed class InvalidPolylineException : Exception, ISerializableInheritance
Implements
Inherited Members
Remarks
This exception is used internally to indicate that a polyline string does not conform to the expected format or contains errors.
Constructors
InvalidPolylineException()
Initializes a new instance of the PolylineAlgorithm.InvalidPolylineException class.
public InvalidPolylineException()InvalidPolylineException(string, Exception)
Initializes a new instance of the PolylineAlgorithm.InvalidPolylineException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public InvalidPolylineException(string message, Exception innerException)