6 references to ErrorNoData
System (6)
net\System\Net\Internal.cs (1)
254if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData)
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (4)
195if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 246if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 300if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 350if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (1)
122if (result == IpHelperErrors.ErrorNoData || result == IpHelperErrors.ErrorInvalidParameter) {