VerboseMessage Property
- Last UpdatedNov 06, 2025
- 1 minute read
This is similar to the Message property, but it recursively goes through all inner Exceptions and builds an error message. This would be suitable for the Logger.
'Declaration
Public ReadOnly Property VerboseMessage As String
'Usage
Dim instance As MiddlewareException
Dim value As String
value = instance.VerboseMessage
public string VerboseMessage {get;}