Constructor.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal () As System.String, _
   ByVal  As System.String _
)
             
        
            
            public ExcludeStringsPattern( 
   System.string[] ,
   System.string 
)
             
        
             
        
            パラメータ
- 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.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照