7 references to ERROR_FILE_NOT_FOUND
System.ServiceModel (7)
System\ServiceModel\Activation\SharedMemory.cs (3)
93if (!writable && errorCode == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND) 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(UnsafeNativeMethods.ERROR_FILE_NOT_FOUND)); 126if (errorCode == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND)
System\ServiceModel\Channels\PipeConnection.cs (3)
1832if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND || error == UnsafeNativeMethods.ERROR_PIPE_BUSY) 2615if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND) 2623if (error == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1110if (exception.NativeErrorCode == UnsafeNativeMethods.ERROR_FILE_NOT_FOUND)