Server.GetLastError that occurred

Exception ex= Server.GetLastError();
string error = ex.Message;

Comments

Popular posts from this blog

C# code to Check IE Proxy Settings

Convert XElement to DataTable