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