2003-12-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web / HttpRequestValidationException.cs
1 //
2 // System.Web.HttpRequest
3 //
4 // Authors:
5 //      Gonzalo Paniagua Javier (gonzalo@ximian.com)
6 //
7 // (c) 2003 Novell, Inc. (http://www.novell.com)
8 //
9 #if NET_1_1
10 namespace System.Web
11 {
12         public sealed class HttpRequestValidationException : HttpException
13         {
14                 internal HttpRequestValidationException ()
15                 {
16                 }
17         }
18 }
19 #endif