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

Parameters

errorType  DatabaseErrorType
The errorType based on which this DatabaseErrorException will be created

See Also