Aurigma Graphics Mill 5.5 for .NET
Win32Exception Class
The exception occurred when some WinAPI error returned.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class Win32Exception _ Inherits Exception
C#
[SerializableAttribute] public class Win32Exception : Exception
Remarks
This exception can be met during file operations, working with GDI, and other system-related problems.
Inheritance Hierarchy
System..::.Object
L
System..::.Exception
L
System..::.ApplicationException
L
Aurigma.GraphicsMill..::.Exception
L
Aurigma.GraphicsMill..::.Win32Exception