using System; namespace GisSharpBlog.NetTopologySuite.Algorithm{ /// <summary> /// /// </summary> public class NotRepresentableException : SystemException { /// <summary> /// /// </summary> public NotRepresentableException() : base("Projective point not representable on the Cartesian plane.") { } } }