GMException.ThrowManagedException Method

Converts an internal unmanaged exception to a managed one. Do not call this method directly.

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

Syntax

C#
public static void ThrowManagedException(
	IntPtr unmanagedException
)

Parameters

unmanagedException

Type: System.IntPtr

The pointer to an internal Graphics Mill unmanaged exception.

See Also

Reference