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

Exception.ThrowManagedException Method

Used by Graphics Mill for .NET to convert internal unmanaged exception to managed ones. Do not call this method directly.

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

Syntax

Visual Basic
Public Shared Sub ThrowManagedException ( _
	unmanagedException As IntPtr _
)
C#
public static void ThrowManagedException(
	IntPtr unmanagedException
)

Parameters

unmanagedException

Type: System.IntPtr

The pointer to the internal Graphics Mill for .NET unmanaged exception.

See Also

Reference