DbState Property
- Last UpdatedNov 06, 2025
- 1 minute read
This indicates a database exception value. This is valid if the MiddlewareExceptionType is one of the *DB* types.
'Declaration
Public Property DbState As Byte
'Usage
Dim instance As MiddlewareException
Dim value As Byte
instance.DbState = value
value = instance.DbState
public byte DbState {get; set;}