This documentation is for the old version. Go to the latest Graphics Mill docs

UnexpectedException Class

The exception which is thrown when Graphics Mill for .NET has encountered an unexpected problem (mostly caused by some internal bug).

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

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

Remarks

If you get this exception, it is likely you have discovered some Graphics Mill for .NET bug. In this case it would be greatly appreciated if you create support case. Please provide as much details as possible (code snippet which causes a problem, loaded image, system details, etc).

Inheritance Hierarchy

See Also

Reference