\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException Class Reference

Detailed Description

Exception that can be thrown when a DataUpdateService fails to successfully complete an update.

Inheritance diagram for FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException:

[legend]

Public Member Functions

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

Constructor & Destructor Documentation

◆ DataUpdateException() [1/3]

FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException.DataUpdateException ( )

Constructor

◆ DataUpdateException() [2/3]

FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException.DataUpdateException ( string   message )

Constructor

Parameters
message - The exception message

◆ DataUpdateException() [3/3]

FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException.DataUpdateException ( string   message,
Exception   innerException  
)

Constructor

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