DatabaseErrorException(DatabaseErrorType, Exception) Constructor
Namespace: Firefly.Box.Data.DataProviderAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public DatabaseErrorException(
DatabaseErrorType errorType,
Exception innerException
)
Public Sub New (
errorType As DatabaseErrorType,
innerException As Exception
)
new :
errorType : DatabaseErrorType *
innerException : Exception -> 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