You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: DataTables.Mvc/Search.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public class Search
50
50
/// <exception cref="System.ArgumentNullException">Thrown when the provided search value is null.</exception>
51
51
publicSearch(stringvalue,boolisRegexValue)
52
52
{
53
-
if(value==null)thrownewArgumentNullException("value","The value of the search cannot be null. If there's no search performed, provide an empty string.");
53
+
//if (value == null) throw new ArgumentNullException("value", "The value of the search cannot be null. If there's no search performed, provide an empty string.");
0 commit comments