HttpServerUtility.ClearError Method

Definition

Clears the previous exception.

public:
 void ClearError();
public void ClearError ();
member this.ClearError : unit -> unit
Public Sub ClearError ()

Examples

The following example clears the last exception that was thrown.

Server.ClearError();

Server.ClearError()
   

Applies to

See also