DatabaseErrorException(DatabaseErrorType, DatabaseErrorHandlingStrategy) Constructor
Namespace: Firefly.Box.Data.DataProviderAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public DatabaseErrorException(
DatabaseErrorType errorType,
DatabaseErrorHandlingStrategy defaultStrategy
)
Public Sub New (
errorType As DatabaseErrorType,
defaultStrategy As DatabaseErrorHandlingStrategy
)
new :
errorType : DatabaseErrorType *
defaultStrategy : DatabaseErrorHandlingStrategy -> DatabaseErrorException
Parameters
- errorType DatabaseErrorType
- The errorType based on which this DatabaseErrorException will be created
- defaultStrategy DatabaseErrorHandlingStrategy
- The defaultStrategy based on which this DatabaseErrorException will be created