[]
Constructor.
public ExcludeStringsPattern(string[] textList, string message)
Public Sub New(textList As String(), message As String)
| Type | Name | Description |
|---|---|---|
| string[] | textList | The text item used to exclude during the matching. |
| string | message | The message if for throwing exception when find matched word in the text list. |