Chameleon and Iguana Plugin C# Class Libraries

ChameleonException.ThrowChameleonException Method (IntPtr)

Construct a ChameleonException from a C++ CHMchameleonException handle and throw it.

[Visual Basic]
Overloads Public Shared Sub ThrowChameleonException( _
   ByVal handle As IntPtr _
)
[C#]
public static void ThrowChameleonException(
   IntPtr handle
);

Remarks

This is used in the internal implementation of Chameleon and should not be invoked directly.

See Also

ChameleonException Class | iNTERFACEWARE.Chameleon Namespace | ChameleonException.ThrowChameleonException Overload List