The exception that is thrown when an error in the geometry library occurs.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.9.0.0 (1.9.3.9490)

Syntax

C#
[SerializableAttribute]
public class GeometryException : Exception
Visual Basic
<SerializableAttribute> _
Public Class GeometryException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class GeometryException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    DigitalRune.Geometry..::..GeometryException

See Also