JuggerNET Runtime Library

JuggerNETException Class

The baseclass for all exceptions related to JuggerNET. This includes two major subhierarchies, framework exceptions and proxy exceptions. Among proxy excpetions, it makes sense to distinguish between errors and exceptions.

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

System.Object
   System.Exception
      System.ApplicationException
         Codemesh.JuggerNET.JuggerNETException
            Codemesh.JuggerNET.JuggerNETFrameworkException
            Codemesh.JuggerNET.JuggerNETProxyException

public abstract class JuggerNETException : 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: Codemesh.JuggerNET

Assembly: netrt (in netrt.dll)

See Also

JuggerNETException Members | Codemesh.JuggerNET Namespace