~ubuntu-branches/ubuntu/lucid/mono/lucid

« back to all changes in this revision

Viewing changes to mcs/class/System.Web/System.Web/HtmlizedException.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2009-07-30 19:35:10 UTC
  • mto: (5.2.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090730193510-cdttfvqokq2kmdvh
Tags: upstream-2.4.2.3+dfsg
ImportĀ upstreamĀ versionĀ 2.4.2.3+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
namespace System.Web
38
38
{
39
39
        [Serializable]
40
 
        internal abstract class HtmlizedException : Exception
 
40
        internal abstract class HtmlizedException : HttpException
41
41
        {
42
42
                protected HtmlizedException (SerializationInfo info, StreamingContext context)
43
43
                        : base (info, context)