D
Dave
Hi all,
I am handling my errors globally using Application_Error
in my Global.asax file. At the moment I am getting the
exception details through Server.GetLastError
().GetBaseException which is fine but I also need to
include details from the CompilerError class (such as
errornumber, errortext, filename etc) Does anyone know how
to access these details from global.asax?
Any help with this is greatly appreciated
Thanks
Dave
I am handling my errors globally using Application_Error
in my Global.asax file. At the moment I am getting the
exception details through Server.GetLastError
().GetBaseException which is fine but I also need to
include details from the CompilerError class (such as
errornumber, errortext, filename etc) Does anyone know how
to access these details from global.asax?
Any help with this is greatly appreciated
Thanks
Dave