MESException Constructor(String,Exception)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor which creates a default MESException of type MESExceptionType.MESExceptionTypeGeneral
'Declaration
Public Function New( _
ByVal message As String, _
ByVal innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New MESException(message, innerException)
public MESException(
string message,
Exception innerException
)
Parameters
- message
- The Exception message
- innerException
- An inner Exception this Exception wraps