DatabaseErrorEventArgs Constructor
Namespace: Firefly.Box.Data.DataProviderAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public DatabaseErrorEventArgs(
Entity entity,
DatabaseErrorType errorType,
DatabaseErrorHandlingStrategy strategy,
Exception exception,
int retries,
DateTime start
)
Public Sub New (
entity As Entity,
errorType As DatabaseErrorType,
strategy As DatabaseErrorHandlingStrategy,
exception As Exception,
retries As Integer,
start As DateTime
)
new :
entity : Entity *
errorType : DatabaseErrorType *
strategy : DatabaseErrorHandlingStrategy *
exception : Exception *
retries : int *
start : DateTime -> DatabaseErrorEventArgs
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