System.Web.HttpContext
From: Rob Morgan (rob.morgan_at_ode.state.oh.us)
Date: 09/28/04
- Next message: Dave: "Upload File"
- Previous message: GrantMagic: "Re: enable client side debugging"
- Next in thread: Marina: "Re: System.Web.HttpContext"
- Reply: Marina: "Re: System.Web.HttpContext"
- Reply: Girish Bharadwaj: "Re: System.Web.HttpContext"
- Reply: Girish Bharadwaj: "Re: System.Web.HttpContext"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 12:26:37 -0400
For some reason I can't pass the Context to my remoting object. When I run
this the application just shows the thrown exception, it never sends the
Context it to the remoting server. If I only send the exception it works.
Any ideas appreciated
protected void Application_Error(Object sender, EventArgs e)
{
ODE.Enterprise.Exception.Common.IExceptionHandler exceptionHandler =
(ODE.Enterprise.Exception.Common.IExceptionHandler)
ODE.Enterprise.Exception.Common.ClassFactory.CreateInstance(typeof(ODE.Enter
prise.Exception.Common.IExceptionHandler));
exceptionHandler.RaiseError(Server.GetLastError().InnerException,
System.Web.HttpContext.Current);
}
- Next message: Dave: "Upload File"
- Previous message: GrantMagic: "Re: enable client side debugging"
- Next in thread: Marina: "Re: System.Web.HttpContext"
- Reply: Marina: "Re: System.Web.HttpContext"
- Reply: Girish Bharadwaj: "Re: System.Web.HttpContext"
- Reply: Girish Bharadwaj: "Re: System.Web.HttpContext"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|