'DeclarationPublic Function New( _ ByVal code As Enum, _ ByVal message As String, _ ByVal innerException As Exception _ )
'UsageDim code As Enum Dim message As String Dim innerException As Exception Dim instance As New TextParsingError(code, message, innerException)
public: TextParsingError( Enum^ code, String^ message, Exception^ innerException )
Parameters
- code
 - The code of the error.
 - message
 - A message that describes the error.
 - innerException
 - The exception instance that caused the error.