Chameleon and Iguana Plugin C# Class Libraries

ChameleonException Class

This class handles Chameleon exceptions. This is the standard exception object thrown by methods in the classes in this assembly.

For a list of all members of this type, see ChameleonException Members.

System.Object
   System.Exception
      System.ApplicationException
         iNTERFACEWARE.Chameleon.ChameleonException

[Visual Basic]
Public Class ChameleonException
    Inherits ApplicationException
[C#]
public class ChameleonException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

ChameleonException Members | iNTERFACEWARE.Chameleon Namespace