ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / ExcludeStringsPattern Class / ExcludeStringsPattern Constructor
The text item used to exclude during the matching.
The message if for throwing exception when find matched word in the text list.

In This Topic
    ExcludeStringsPattern Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal textList() As String, _
       ByVal message As String _
    )
    public ExcludeStringsPattern( 
       string[] textList,
       string message
    )

    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