DbProvider Property
- Last UpdatedNov 06, 2025
- 1 minute read
This indicates the database where the error came from. This is valid if the MiddlewareExceptionType is one of the *DB* types. Depending on the provider, some of the other Db* properties may not be filled in.
'Declaration
Public Property DbProvider As MiddlewareExceptionDBProvider
'Usage
Dim instance As MiddlewareException
Dim value As MiddlewareExceptionDBProvider
instance.DbProvider = value
value = instance.DbProvider
public MiddlewareExceptionDBProvider DbProvider {get; set;}