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