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