ExceptionType Property (MiddlewareException)
- Last UpdatedNov 06, 2025
- 1 minute read
Specifies the specialized type of this Exception
'Declaration
Public Property ExceptionType As MiddlewareExceptionType
'Usage
Dim instance As MiddlewareException
Dim value As MiddlewareExceptionType
instance.ExceptionType = value
value = instance.ExceptionType
public MiddlewareExceptionType ExceptionType {get; set;}