System.Net.NetworkInformation.NetworkInformationException.ErrorCode Property

Gets the Win32 error code for this exception.

Syntax

public override int ErrorCode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of this property is set by the constructor. This property is overridden to return a Win32 error code instead of an HRESULT value.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0