ClipperException is internal
Polygon and line clipping and offsetting library (C++, C#, Delphi)
Brought to you by:
angusj
In clipper.cs, some methods throw ClipperException. An example is the Clipper.Execute method. The ClipperException class, however, is declared internal and cannot be caught in code that is using the Clipper library.
If ClipperException is being thrown to outside code that consumes this library, then it should be made part of the library's public API.
Anonymous