DatabaseErrorException(DatabaseErrorType, Exception) 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
)

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

See Also