DatabaseErrorException(DatabaseErrorType, Exception, DatabaseErrorHandlingStrategy) Constructor

Initializes a new instance of the DatabaseErrorException class.

Definition

Namespace: Firefly.Box.Data.DataProvider
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public DatabaseErrorException(
	DatabaseErrorType errorType,
	Exception innerException,
	DatabaseErrorHandlingStrategy defaultStrategy
)

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

See Also