'Declaration
Public Function New( _ ByVal message As System.String, _ ByVal exceptionType As ExceptionType _ )
'Usage
Dim message As System.String Dim exceptionType As ExceptionType Dim instance As New JAMSException(message, exceptionType)
public JAMSException( System.string message, ExceptionType exceptionType )
Parameters
- message
- exceptionType