ExceptionType Property (MiddlewareException)
- Last UpdatedMar 17, 2026
- 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;}