Summer.Batch.Core.Step.FatalStepExecutionException Class Reference

Used to wrap fatal exceptions that may occur during step execution. More...

Inheritance diagram for Summer.Batch.Core.Step.FatalStepExecutionException:
Summer.Batch.Core.UnexpectedJobExecutionException

Public Member Functions

 FatalStepExecutionException (string msg, Exception nested)
 constructor with message and nested exception. More...
 
- Public Member Functions inherited from Summer.Batch.Core.UnexpectedJobExecutionException
 UnexpectedJobExecutionException (string msg)
 Custom constructor iusing a message. More...
 
 UnexpectedJobExecutionException (string msg, Exception nested)
 Custom constructor using a message and an inner exception. More...
 

Protected Member Functions

 FatalStepExecutionException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 
- Protected Member Functions inherited from Summer.Batch.Core.UnexpectedJobExecutionException
 UnexpectedJobExecutionException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 

Detailed Description

Used to wrap fatal exceptions that may occur during step execution.

Constructor & Destructor Documentation

Summer.Batch.Core.Step.FatalStepExecutionException.FatalStepExecutionException ( string  msg,
Exception  nested 
)

constructor with message and nested exception.

Parameters
msg
nested
Summer.Batch.Core.Step.FatalStepExecutionException.FatalStepExecutionException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Serialization constructor.

Parameters
info
context

The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Step/FatalStepExecutionException.cs