Class ClipperException
The exception that is thrown when an error occurs clipping a polygon.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing.PolygonClipper
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public class ClipperException : Exception, ISerializable
Constructors
| Improve this Doc View SourceClipperException(String)
Initializes a new instance of the ClipperException class.
Declaration
public ClipperException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |