maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Error Filtering #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

We are Validating the code in Server Side 

Sample Code : 
If UserEnteredDate > Now() Then
            Throw New Exception("Entered date cannot be greater than
current datetime")
End IF

We are using this type of validations in almost all pages. 
Now Elmah Is Logging this type of errors as well, any idea how to bypass
such type of exceptions. Let me know if we need to change our code. 

Thanks 

Nitin Jain

Original issue reported on code.google.com by nitinjai...@gmail.com on 28 Apr 2010 at 10:31

GoogleCodeExporter commented 9 years ago
This should be asked as a question on the ELMAH discussion group.
This is not an issue with ELMAH itself, therefore setting the status to Invalid.

Original comment by jamesdriscoll71 on 28 Apr 2010 at 10:36

GoogleCodeExporter commented 9 years ago
Forgot to add the URL for the discussion group... OOPS!!

http://groups.google.com/group/elmah

Original comment by jamesdriscoll71 on 28 Apr 2010 at 10:37