GMException.GetTextWhizzManagedException Method

Gets a managed exception from a native TextWhizz exception pointer.

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

Syntax

C#
public static Exception GetTextWhizzManagedException(
	IntPtr unmanagedException
)

Parameters

unmanagedException

Type: System.IntPtr

Return Value

A GMException representing the TextWhizz error.

See Also

Reference