MESException Class
- Last UpdatedNov 06, 2025
- 1 minute read
MESException defines an exception used by MES logic to throw various exception conditions to the caller. This can be used in places where a specific .Net Exception is not available or when you want to to indicate that the exception occured in MES code.
'Declaration
Public Class MESException
Inherits System.Exception
'Usage
Dim instance As MESException
public class MESException : System.Exception
System.Object
System.Exception
Fact.Common.MESException
