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

Exception thrown by EbcdicReader and EbcdicWriter when the format of a field is missing or unknown. More...

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

Public Member Functions

 UnexpectedFieldTypeException (string message)
 Custom constructor with a message More...
 
 UnexpectedFieldTypeException (string message, System.Exception cause)
 Custom constructor with a message and an inner exception More...
 
 UnexpectedFieldTypeException (char fieldType)
 Custom constructor with a filedType More...
 
 UnexpectedFieldTypeException (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]
 override on getMessage 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 and EbcdicWriter when the format of a field is missing or unknown.

Constructor & Destructor Documentation

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

Custom constructor with a message

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

Custom constructor with a message and an inner exception

Parameters
message
cause
Summer.Batch.Extra.Ebcdic.Exception.UnexpectedFieldTypeException.UnexpectedFieldTypeException ( char  fieldType)

Custom constructor with a filedType

Parameters
fieldType
Summer.Batch.Extra.Ebcdic.Exception.UnexpectedFieldTypeException.UnexpectedFieldTypeException ( 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.UnexpectedFieldTypeException.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.UnexpectedFieldTypeException.Message
get

override on getMessage


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