\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException Class Reference

Detailed Description

Exception that can be thrown when an IOnPremiseAspectEngine fails to reload from one or more of it's data sources.

Inheritance diagram for FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException:

[legend]

Public Member Functions

 EngineRefreshException ()
Constructor More...
 EngineRefreshException (string message)
Constructor More...
 EngineRefreshException (string message, Exception innerException)
Constructor More...

Constructor & Destructor Documentation

◆ EngineRefreshException() [1/3]

FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException.EngineRefreshException ( )

Constructor

◆ EngineRefreshException() [2/3]

FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException.EngineRefreshException ( string   message )

Constructor

Parameters
message - The exception message

◆ EngineRefreshException() [3/3]

FiftyOne.Pipeline.Core.Exceptions.EngineRefreshException.EngineRefreshException ( string   message,
Exception   innerException  
)

Constructor

Parameters
message - The exception message
innerException - The inner exception that triggered this exception.