Summer.Batch.Core.Unity.RegistrationException Class Reference

Exception thrown when there are errors in the Unity configuration of the batch. More...

Inheritance diagram for Summer.Batch.Core.Unity.RegistrationException:

Public Member Functions

 RegistrationException (string message)
 Constructs a new RegistrationException with the specified message. More...
 

Protected Member Functions

 RegistrationException (SerializationInfo info, StreamingContext context)
 Constructor for deserialization. More...
 

Detailed Description

Exception thrown when there are errors in the Unity configuration of the batch.

Constructor & Destructor Documentation

Summer.Batch.Core.Unity.RegistrationException.RegistrationException ( string  message)

Constructs a new RegistrationException with the specified message.

Parameters
messageThe error message.
Summer.Batch.Core.Unity.RegistrationException.RegistrationException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Constructor for deserialization.

Parameters
infoThe info holding the serialization data.
contextThe serialization context.

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