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