Chameleon and Iguana Plugin C# Class Libraries

PluginException Class

This class is the Iguana Plugin library exception class.

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

System.Object
   System.Exception
      System.ApplicationException
         iNTERFACEWARE.Iguana.Plugin.PluginException

[Visual Basic]
Public Class PluginException
    Inherits ApplicationException
[C#]
public class PluginException : 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.Iguana.Plugin

Assembly: IGC_dotnet (in IGC_dotnet.dll)

See Also

PluginException Members | iNTERFACEWARE.Iguana.Plugin Namespace