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

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

See Also

Reference