The exception that is thrown when a general error in the mathematics library occurs.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.7.0.0 (1.7.0.9486)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    DigitalRune.Mathematics..::..MathematicsException

See Also