Click here to Skip to main content
Click here to Skip to main content

Custom Exception Framework: Using Enterprise Library Exception Handling Block

By , 30 Oct 2008
 
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using Project.Practice.MVP.Domain;
namespace Project.Practice.MVP.Framework
{
    public abstract class CustomPage:System.Web.UI.Page
    {
        public abstract string Error {set;}

        public Resource CurrentSession
        {
            get { return (Resource)Session["USER_SESSION_PROFILE"]; }
        }
    
    }    
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

santosh poojari
Technical Lead
India India
Member
He is presently working as tech arch in one of the leading IT company.He has total 10 years of experience in C#.net. He is a B.E graduate in Computers from Bombay University.
 
Most of his experiences are in designing architect for end to end solutions. His interest areas are WCF,Spring.net,Architecture- Model View Presenter,UML,Webservice,Performance Engineering/tuning,Design patterns,Generics,Enterprise Library,Regular expressions,Silverlight and WWF.
www.santoshpoojari.blogspot.com

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 30 Oct 2008
Article Copyright 2008 by santosh poojari
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid