asp.net.ph

Server.ClearError Method

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 ( );

Example

The following example clears the last exception that was thrown.

[ VB ]
Server.ClearError ( )

[ C# ]
Server.ClearError ( );
See Also

HttpServerUtility Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph