MESException Constructor(String,MESExceptionType)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor which creates a specific MESException of the MESExceptionType passed in
'Declaration
Public Function New( _
ByVal message As String, _
ByVal exceptionType As MESExceptionType _
)
'Usage
Dim message As String
Dim exceptionType As MESExceptionType
Dim instance As New MESException(message, exceptionType)
public MESException(
string message,
MESExceptionType exceptionType
)
Parameters
- message
- The Exception message
- exceptionType
- The MESExceptionType of the Exception