M
mark4asp
What is the best way to locate the namespace I need to put in a using
statement?
For example suppose I wanted to discover which namespace "Server" was
in the context of:
Exception ex = Server.GetLastError();
- code that is normally placed in Global Application_Error() but which
I want to put in a separate class.
How do I go about finding which particular namespace has a Server
class which includes a GetLastError method?
statement?
For example suppose I wanted to discover which namespace "Server" was
in the context of:
Exception ex = Server.GetLastError();
- code that is normally placed in Global Application_Error() but which
I want to put in a separate class.
How do I go about finding which particular namespace has a Server
class which includes a GetLastError method?