Chameleon and Iguana Plugin C# Class Libraries

ChameleonException Constructor 

Construct a ChameleonException from a string and a C++ CHMchameleonException handle.

[Visual Basic]
Public Sub New( _
   ByVal msg As String, _
   ByVal handle As IntPtr _
)
[C#]
public ChameleonException(
   string msg,
   IntPtr handle
);

Remarks

Does not throw the exception once it is created. To create an exception from a given string and throw it, use ThrowChameleonException.

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

See Also

ChameleonException Class | iNTERFACEWARE.Chameleon Namespace