Summer.Batch.Core.UnexpectedJobExecutionException Class Reference

Indicates to the framework that a critical error has occurred and processing should immediately stop. More...

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

Public Member Functions

 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

 UnexpectedJobExecutionException (SerializationInfo info, StreamingContext context)
 Serialization constructor. More...
 

Detailed Description

Indicates to the framework that a critical error has occurred and processing should immediately stop.

Constructor & Destructor Documentation

Summer.Batch.Core.UnexpectedJobExecutionException.UnexpectedJobExecutionException ( string  msg)

Custom constructor iusing a message.

Parameters
msg
Summer.Batch.Core.UnexpectedJobExecutionException.UnexpectedJobExecutionException ( string  msg,
Exception  nested 
)

Custom constructor using a message and an inner exception.

Parameters
msg
nested
Summer.Batch.Core.UnexpectedJobExecutionException.UnexpectedJobExecutionException ( 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/UnexpectedJobExecutionException.cs