IsDBConnectionIssue() Method
- Last UpdatedNov 06, 2025
- 1 minute read
This recursively evaluates the current exception condition and returns true if the condition was a database connection error. This is only useful if the ExceptionType is of the *DBConn type
'Declaration
Public Function IsDBConnectionIssue() As Boolean
'Usage
Dim instance As MiddlewareException
Dim value As Boolean
value = instance.IsDBConnectionIssue()
public bool IsDBConnectionIssue()
Return Value
True if it was a database connection error