HttpServerUtility.ClearError Method

Definition

Clears the previous exception.

public void ClearError();

Examples

The following example clears the last exception that was thrown.

Server.ClearError();

Applies to

See also