Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException Class Reference

Exception thrown by EbcdicReader to signal that the end of file has been prematurely encountered. More...

Inheritance diagram for Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException:
Summer.Batch.Extra.Ebcdic.Exception.EbcdicException

Public Member Functions

 EndOfFileException ()
 Default constructor More...
 
 EndOfFileException (string message)
 Custom constructor using a message More...
 
 EndOfFileException (string message, System.Exception cause)
 Custom constructor using a message and an inner exception More...
 

Additional Inherited Members

- Protected Member Functions inherited from Summer.Batch.Extra.Ebcdic.Exception.EbcdicException
 EbcdicException (string message)
 Custom constructor using a message More...
 
 EbcdicException (string message, System.Exception cause)
 Custom constructor using a message and an inner exception More...
 
 EbcdicException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Detailed Description

Exception thrown by EbcdicReader to signal that the end of file has been prematurely encountered.

Constructor & Destructor Documentation

Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException.EndOfFileException ( )

Default constructor

Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException.EndOfFileException ( string  message)

Custom constructor using a message

Parameters
message
Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException.EndOfFileException ( string  message,
System.Exception  cause 
)

Custom constructor using a message and an inner exception

Parameters
message
cause

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Ebcdic/Exception/EndOfFileException.cs