ExceptionType Property (MESException)
- Last UpdatedNov 06, 2025
- 1 minute read
Gets the MESExceptionType of this Exception
'Declaration
Public ReadOnly Property ExceptionType As MESExceptionType
'Usage
Dim instance As MESException
Dim value As MESExceptionType
value = instance.ExceptionType
public MESExceptionType ExceptionType {get;}