UnexpectedException Class

Represents the error that occurs when Graphics Mill has encountered an unexpected problem (mostly caused by some internal bug).

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

Syntax

C#
public class UnexpectedException : GMException

Remarks

If you get this exception, it is likely you have discovered some Graphics Mill 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 Aurigma.GraphicsMill.GMException
L Aurigma.GraphicsMill.UnexpectedException

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference