System.Web Namespace HttpServerUtility Class
Clears the previous exception.
[ VB ] Public Sub ClearError ( ) [ C# ] public void ClearError ( ); [ C++ ] public: void ClearError ( ); [ JScript ] public function ClearError ( );
The following example clears the last exception that was thrown.
[ VB ] Server.ClearError ( ) [ C# ] Server.ClearError ( );
HttpServerUtility Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note