Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.UnexpectedException