Table Exception handling class


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Class TableException
    Inherits Exception
C#
public class TableException : Exception
C++
ref class TableException : Exception
J#
public class TableException extends Exception
JScript
public class TableException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
      nom.tam.util.TableException

Thread Safety

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

See Also