DatabaseErrorEventArgs Constructor

Initializes a new instance of the DatabaseErrorEventArgs class.

Definition

Namespace: Firefly.Box.Data.DataProvider
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public DatabaseErrorEventArgs(
	Entity entity,
	DatabaseErrorType errorType,
	DatabaseErrorHandlingStrategy strategy,
	Exception exception,
	int retries,
	DateTime start
)

Parameters

entity  Entity
The entity based on which this DatabaseErrorEventArgs will be created
errorType  DatabaseErrorType
The errorType based on which this DatabaseErrorEventArgs will be created
strategy  DatabaseErrorHandlingStrategy
The strategy based on which this DatabaseErrorEventArgs will be created
exception  Exception
The exception based on which this DatabaseErrorEventArgs will be created
retries  Int32
The retries based on which this DatabaseErrorEventArgs will be created
start  DateTime
The start based on which this DatabaseErrorEventArgs will be created

See Also