Summer.Batch.Infrastructure.Repeat.RepeatException Class Reference

Exception thrown when repeat issues occur. More...

Inheritance diagram for Summer.Batch.Infrastructure.Repeat.RepeatException:

Public Member Functions

 RepeatException (string msg)
 Custom constructor using a name More...
 
 RepeatException (string msg, System.Exception cause)
 Custom constructor using a name and an inner exception More...
 

Protected Member Functions

 RepeatException (SerializationInfo info, StreamingContext context)
 Constructor for Serialization support More...
 

Properties

override string Message [get]
 Custom Message showing nested exception if any More...
 

Detailed Description

Exception thrown when repeat issues occur.

Constructor & Destructor Documentation

Summer.Batch.Infrastructure.Repeat.RepeatException.RepeatException ( string  msg)

Custom constructor using a name

Parameters
msg
Summer.Batch.Infrastructure.Repeat.RepeatException.RepeatException ( string  msg,
System.Exception  cause 
)

Custom constructor using a name and an inner exception

Parameters
msg
cause
Summer.Batch.Infrastructure.Repeat.RepeatException.RepeatException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Constructor for Serialization support

Parameters
info
context

Property Documentation

override string Summer.Batch.Infrastructure.Repeat.RepeatException.Message
get

Custom Message showing nested exception if any


The documentation for this class was generated from the following file:
  • Summer.Batch.Infrastructure/Repeat/RepeatException.cs