Gets or sets a value indicating whether validation failed due to a server error.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
public bool IsServerError { get; set; }
Visual Basic
Public Property IsServerError As Boolean
	Get
	Set
Visual C++
public:
property bool IsServerError {
	bool get ();
	void set (bool value);
}

Collapse imageRemarks

This will be true if a WebException happened while using the W3C validation services.

Collapse imageSee Also