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

Exception is thrown by EbcdicDecoder to signal an error while trying to parse an Ebcdic field. More...

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

Public Member Functions

 FieldParsingException (string message)
 Custom constructor with a message More...
 
 FieldParsingException (string message, System.Exception cause)
 Custom constructor with a message and an inner exception More...
 
 FieldParsingException (FieldFormat fieldFormat, byte[] readData)
 Custom constructor using FieldFormat and read data More...
 
 FieldParsingException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Sets the SerializationInfo with information about the exception. More...
 

Properties

override string Message [get]
 A message that describes the current 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 is thrown by EbcdicDecoder to signal an error while trying to parse an Ebcdic field.

Constructor & Destructor Documentation

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

Custom constructor with a message

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

Custom constructor with a message and an inner exception

Parameters
message
cause
Summer.Batch.Extra.Ebcdic.Exception.FieldParsingException.FieldParsingException ( FieldFormat  fieldFormat,
byte[]  readData 
)

Custom constructor using FieldFormat and read data

Parameters
fieldFormat
readData
Summer.Batch.Extra.Ebcdic.Exception.FieldParsingException.FieldParsingException ( SerializationInfo  info,
StreamingContext  context 
)

Constructor for deserialization.

Parameters
infothe info holding the serialization data
contextthe serialization context

Member Function Documentation

override void Summer.Batch.Extra.Ebcdic.Exception.FieldParsingException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)

Sets the SerializationInfo with information about the exception.

Parameters
infoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextThe StreamingContext that contains contextual information about the source or destination.

Property Documentation

override string Summer.Batch.Extra.Ebcdic.Exception.FieldParsingException.Message
get

A message that describes the current exception.


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