\r\n

51Degrees Pipeline .NET  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...
 DataUpdateException (string message, AutoUpdateStatus status)
Constructor More...
 DataUpdateException (string message, Exception innerException, AutoUpdateStatus status)
Constructor More...

Properties

AutoUpdateStatus  Status = AutoUpdateStatus.UNSPECIFIED [get]
The status of the update process. More...

Constructor & Destructor Documentation

◆ DataUpdateException() [1/5]

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

Constructor

◆ DataUpdateException() [2/5]

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

Constructor

Parameters
message - The exception message

◆ DataUpdateException() [3/5]

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

Constructor

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

◆ DataUpdateException() [4/5]

FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException.DataUpdateException ( string   message,
AutoUpdateStatus   status  
)

Constructor

Parameters
message - The exception message
status - The AutoUpdateStatus associated with this exception.

◆ DataUpdateException() [5/5]

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

Constructor

Parameters
message - The exception message
innerException - The inner exception that triggered this exception.
status - The AutoUpdateStatus associated with this exception.

Property Documentation

◆ Status

AutoUpdateStatus FiftyOne.Pipeline.Engines.Exceptions.DataUpdateException.Status = AutoUpdateStatus.UNSPECIFIED
get

The status of the update process.