GMException.GetManagedException Method

Converts an unmanaged exception to a managed one. Should never used directly!

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

Syntax

C#
public static Exception GetManagedException(
	IntPtr unmanagedException
)

Parameters

unmanagedException

Type: System.IntPtr

The pointer to an unmanaged exception.

Return Value

The managed exception.

Remarks

This method is used by Graphics Mill infrastructure and should not be called directly.

See Also

Reference