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