Table of Contents

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, ISerializable

Inheritance

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)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.