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