InnerException Property
- Last UpdatedNov 06, 2025
- 1 minute read
Returns the inner MiddlewareException, or null if none exists. WARNING: if you are working with an instance of this class, and you are treating it as a generic Exception, you will not get the inner MiddlewareException. Be sure to cast the Exception to MiddlewareException when using
'Declaration
Public Shadows ReadOnly Property InnerException As MiddlewareException
'Usage
Dim instance As MiddlewareException
Dim value As MiddlewareException
value = instance.InnerException
public new MiddlewareException InnerException {get;}