Link to home
Start Free TrialLog in
Avatar of Starr Duskk
Starr DuskkFlag for United States of America

asked on

Application_Error Server.GetLastError()

In the Application_Error, and using the Server.GetLastError(), how do I pull the error number? I cast is as an HttpException and I can get the .Message, and the .StackTrace, but how do I access the number of the error?

thanks.


ASKER CERTIFIED SOLUTION
Avatar of jmwheeler
jmwheeler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial