QAException constructor

Create a QAException instance providing the error message text.

Syntax
Visual Basic
Overloads Public Sub New( _
   ByVal msg As String _
)
C#
public QAException(
   string  msg
);
Parameters
  • msg   The text description of the exception.