Mono Class Library: System.Net.WebException Overview | Members

System.Net.WebException.Status Property

Gets a value that indicates the status of the response. [Edit]

public WebExceptionStatus Status { get; }

Value

A System.Net.WebExceptionStatus value that indicates the status of the response. [Edit]

Remarks

This property is read-only.

The WebException.Status property indicates the reason for the current exception.

The default value for this property is WebExceptionStatus.UnknownError.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0