This exception is thrown when an EOF is detected in the middle of an HDU.


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

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      nom.tam.fits.FitsException
         nom.tam.fits.TruncatedFileException

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