Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException Class Reference

Exception thrown when errors are encountered with the underlying resource. More...

Inheritance diagram for Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException:
Summer.Batch.Infrastructure.Item.NonTransientResourceException Summer.Batch.Infrastructure.Item.ItemReaderException

Public Member Functions

 NonTransientFlatFileException (string message, string input)
 Constructs a new T:NonTransientFlatFileException with the specified message and input. More...
 
 NonTransientFlatFileException (string message, string input, int lineNumber)
 Constructs a new T:NonTransientFlatFileException with the specified message, input, and line number. More...
 
 NonTransientFlatFileException (string message, Exception exception, string input, int lineNumber)
 Constructs a new T:NonTransientFlatFileException with the specified message, input, line number, and parent exception. More...
 
 NonTransientFlatFileException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Sets the SerializationInfo with information about the exception. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.NonTransientResourceException
 NonTransientResourceException (string message, Exception exception)
 Create a new NonTransientResourceException based on a message and another exception. More...
 
 NonTransientResourceException (string message)
 Create a new NonTransientResourceException based on a message. More...
 
 NonTransientResourceException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 
- Public Member Functions inherited from Summer.Batch.Infrastructure.Item.ItemReaderException
 ItemReaderException (string message, Exception exception)
 Creates a new ItemReaderException based on a message and another exception. More...
 
 ItemReaderException (string message)
 Creates a new ItemReaderException based on a message. More...
 
 ItemReaderException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Properties

string Input [get]
 The original input. More...
 
int LineNumber [get]
 The number of the line read when the error occured. More...
 

Detailed Description

Exception thrown when errors are encountered with the underlying resource.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.NonTransientFlatFileException ( string  message,
string  input 
)

Constructs a new T:NonTransientFlatFileException with the specified message and input.

Parameters
messagethe detail message
inputthe read input
Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.NonTransientFlatFileException ( string  message,
string  input,
int  lineNumber 
)

Constructs a new T:NonTransientFlatFileException with the specified message, input, and line number.

Parameters
messagethe detail message
inputthe read input
lineNumberthe number of the read line
Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.NonTransientFlatFileException ( string  message,
Exception  exception,
string  input,
int  lineNumber 
)

Constructs a new T:NonTransientFlatFileException with the specified message, input, line number, and parent exception.

Parameters
messagethe detail message
exceptionthe parent exception
inputthe read input
lineNumberthe number of the read line
Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.NonTransientFlatFileException ( SerializationInfo  info,
StreamingContext  context 
)

Constructor for deserialization.

Parameters
infothe info holding the serialization data
contextthe serialization context

Member Function Documentation

override void Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.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

string Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.Input
get

The original input.

int Summer.Batch.Infrastructure.Item.File.NonTransientFlatFileException.LineNumber
get

The number of the line read when the error occured.


The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Item/File/NonTransientFlatFileException.cs