'Usage
Dim code As Enum Dim message As String Dim instance As New StringParsingError(code, message)
Parameters
- code
- The code of the error.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - message
- A message that describes the error.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).