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

Exception.GetManagedException Method

Converts unmanaged exception to managed. Should never used directly!

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

Syntax

Visual Basic
Public Shared Function GetManagedException ( _
	unmanagedException As IntPtr _
) As Exception
C#
public static Exception GetManagedException(
	IntPtr unmanagedException
)

Parameters

unmanagedException

Type: System.IntPtr

Pointer to unmanaged exception.

Return Value

Managed exception.

Remarks

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

See Also

Reference