This exception indicates that an error was detected while parsing a FITS header record.


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

Syntax

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

Inheritance Hierarchy

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

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