DbNumber Property
- Last UpdatedApr 28, 2026
- 1 minute read
This indicates a database exception value. This is valid if the MiddlewareExceptionType is one of the *DB* types.
'Declaration
Public Property DbNumber As Integer
'Usage
Dim instance As MiddlewareException
Dim value As Integer
instance.DbNumber = value
value = instance.DbNumber
public int DbNumber {get; set;}