ExcludeStringsPattern Constructor
In This Topic
Constructor.
Syntax
'Declaration
Public Function New( _
ByVal () As String, _
ByVal As String _
)
public ExcludeStringsPattern(
string[] ,
string
)
Parameters
- textList
- The text item used to exclude during the matching.
- message
- The message if for throwing exception when find matched word in the text list.
See Also