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:

Public Member Functions | |
FatalStepExecutionException (string msg, Exception nested) | |
constructor with message and nested exception. More... | |
![]() | |
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... | |
![]() | |
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
|
protected |
Serialization constructor.
- Parameters
-
info context
The documentation for this class was generated from the following file:
- Summer.Batch.Core/Core/Step/FatalStepExecutionException.cs