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

Parent of all exceptions that relate to reading / writing EBCDIC files More...

Inheritance diagram for Summer.Batch.Extra.Ebcdic.Exception.EbcdicException:
Summer.Batch.Extra.Ebcdic.Exception.CopybookParsingException Summer.Batch.Extra.Ebcdic.Exception.EndOfFileException Summer.Batch.Extra.Ebcdic.Exception.FieldParsingException Summer.Batch.Extra.Ebcdic.Exception.UnexpectedFieldTypeException Summer.Batch.Extra.Ebcdic.Exception.ValueTypeMismatchException

Protected Member Functions

 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

Parent of all exceptions that relate to reading / writing EBCDIC files

Constructor & Destructor Documentation

Summer.Batch.Extra.Ebcdic.Exception.EbcdicException.EbcdicException ( string  message)
protected

Custom constructor using a message

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

Custom constructor using a message and an inner exception

Parameters
message
cause
Summer.Batch.Extra.Ebcdic.Exception.EbcdicException.EbcdicException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Constructor for deserialization.

Parameters
infothe info holding the serialization data
contextthe serialization context

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