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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      nom.tam.util.TruncationException

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